[1.12] Better With Mods Recipe Removal - Faulty
Opened this issue ยท 8 comments
Issue Description:
Script recipe removal functions for all Better With Mods machines do not work.
What happens:
Recipes that were supposedly removed with scripts do not actually get removed.
What you expected to happen:
Recipes that are written to be removed in scripts actually get removed.
Script used:
Minetweaker.log file:
Affected Versions (Do not use "latest"):
- Minecraft: 1.12.2
- Forge: build 2566
- Crafttweaker: 1.12-4.0.10
- ModTweaker: 4.0.5
- MTLib: 3.0.0
Your most recent log file where the issue was present:
I've updated MTLib to 3.0.1 (the highest version number available from CurseForge), and the issue persists.
Upon further testing, I've gotten the Mill removal to work at least (turns out continuously changing item id's make tweaking difficult to manage, who knew?).
After taking a look at the code, I think the crafttweaker website documentation for BWM is incorrect, and lacking some information.
Further testing seems to show that only the Turntable.remove, Anvil.removeShaped, and Anvil.removeShapeless functions are bugged. It would also be nice to get some add and remove functions for the Filtered Hopper, but that's a topic for another thread.
It's also worth noting that some crafting recipes which use any of the betterwithmods:material item (such as cut leather) cannot be removed.
Your script is wrong
<betterwithmods:material:34>
is actually Redstone Latch
<betterwithmods:material:33>
is your Cut Leather (Scoured)
The Turntable and Anvil was messed, that will be fixed in the next version.
Everything else appears to be working, I'll take a look at the wiki.