Carpenter compat (from forestry) is totally broken
Wizzerinus opened this issue ยท 4 comments
Issue type:
- ๐ Bug
Short description:
Autocrafting in Carpenter does not work if Forestry compat is enabled in Common Capabilities settings (which is the default).
Part 1. Carpenter recipes cannot be encoded, even though they fit under the 9 input + 1 fluid -> 3 output (actually 1) and 1 fluid output (actually 0).
Part 2. Encoding a carpenter recipe manually makes the Crafting Interface not recognize it:
This gets fixed if Forestry compat is disabled in settings of Common Capabilities.
Steps to reproduce the problem:
- Put a crafting interface on Carpenter
- Encode a Carpenter recipe
- Put the recipe into the crafting interface
- It says "this machine can't do this recipe" or something like that
Expected behaviour:
I can autocraft with carpenter like any normal machine
Versions:
- This mod: 1.0.10
- Minecraft: 1.12.2
- Forge: 14.23.5.2860
- Forestry: 5.8.2.422
Log file:
the part 3 was a mistake on my part (wrong NBT encoding I think). parts 1 and 2 still exist