jaquadro / StorageDrawers

A mod adding compartmental storage for Minecraft Forge
MIT License
192 stars 153 forks source link

[1.10.2] Compacting Drawer not recognizing tiny coal from Actually Additions. #414

Open llloyd4 opened 7 years ago

llloyd4 commented 7 years ago

AA adds in tiny coal, 1 coal in a crafting grid gets you 8 tiny coal. I put coal into a compacting drawer and I get block, single piece, but no tiny coal.

jaquadro commented 7 years ago

It's not a standard 2x2 or 3x3 recipe. You'll have to add the association yourself through config. Can be done either through SD config or CraftTweaker.

llloyd4 commented 7 years ago

Except Compacting Drawers don't use a 2x2 or 3x3 for the nugget slot, it uses a single in for x number nuggets out, and that's what this is, a single coal in yields 8 tiny coal (coal nuggets).

jaquadro commented 7 years ago

Sure they do. You have a recipe from 3x3 nuggets to an ingot, and a recipe from an ingot to 9 nuggets, and those combined yields a valid compacting drawer recipe. So by design it's only looking for recipes that are 4:1 or 9:1, and everything else must be explicitly configured for.

llloyd4 commented 7 years ago

Oy. Ok, O.o