indeed good question, GriefPrevention in 1.5 you added id's like so
Code:
BlockIdsRequiringAccessTrust:
- 12662:*:moddoors2
BlockIdsRequiringContainerTrust:
- 194:*:advsolarpanel
now it looks something like this in 1.6
Code:
Mods:
Containers:
IncludeRE: \schest\s|\schests\s|\sfurnace\s|\sgrinder\s|\sextruder\s|\smachine\s|\sengine\s|\sturtle\s|\saccumulator\s|\sprecipitator\s|\sAssembler\s|\sinfuser\s|\smachine\s|\sreceptacle\s|\s.*chest\s|\sTank\s|\sCrucible\s|smelter\s|\sworkbench\s|\stable\s|//sAutoCrafter//s|//sCharger//s|//sIceGen//s|//sSawmill//s|//sTransposer//s|//sWaterGen//s//s.*Shelf//s|//s.*Case//s|//s.*Rack//s|//s.*Label//s|//s.*Desk//s|//s.*Stand//s
ExcludeRE: ''
Access:
IncludeRE: \sbutton\s|\sswitch\s|\sDoor\s|\sTrapdoor\s
ExcludeRE: ''
Trash:
IncludeRE: \sOre\z|\sdirt\s
ExcludeRE: ''
PerformConfigSearch: false
So with this new name system, I'm at a complete loss when writing configs for grief prevention, so anyone wanna share any advice, it would be welcomed