[1.12.2] Syntax given in documentation is not working for Actually Additions
tjsd opened this issue ยท 2 comments
Issue Description:
Trying to remove the input from the crushed does not work, you have to remove the output.
What happens:
If you use a code line to remove gold ore like in the documentation:
mods.actuallyadditions.Crusher.removeRecipe(<minecraft:gold_ore>);
You can still put gold ore in the crusher, and it does not work with ore:oreGold either
What you expected to happen:
That gold gets removed as being able to be processed in the crusher.
You now have to remove output (the final product) and you have to specify every output, oredict does not work for that either.
Affected Versions (Do not use "latest"):
- Minecraft: 1.12.2
- Forge: 14.23.0.2503
- Crafttweaker: CraftTweaker2-1.12-4.0.8
- ModTweaker: modtweaker-4.0.3
As @kindlich said, we just show what a recipe line would look like.