Crash when launching server with custom configuration...
Adam-Kay opened this issue · 1 comments
I was trying to get the Compacting drawers to recognize Coal → Tiny Coal (from Actually Additions) in the latest DireWolf20 pack for 1.10.2. I had updated Chameleon (Chameleon-1.10-2.1.8) and Storage Drawers (StorageDrawers-1.10.2-3.4.6) beforehand, and it seem I can't run the server without it crashing instantly.
My current config file for Storage Drawers
The main part in the config being this:
registries {
# Items should be in form domain:item or domain:item:meta. [default: [minecraft:clay, minecraft:clay_ball, 4]]
S:compactingRules <
minecraft:clay, minecraft:clay_ball, 4
minecraft:coal:0, actuallyadditions:itemMisc:10, 8
>
# List of ore dictionary names to blacklist for substitution. [default: ]
S:oreBlacklist <
>
# List of ore dictionary names to whitelist for substitution. [default: ]
S:oreWhitelist <
>
B:registerExtraCompactingRules=true
}
Where I was attempting to add the coal and tiny coal to the compression recipe.
It should be noted that everything was working fine until I tried to add this.
Is there something I've done horribly wrong or is this a bug?