Can't remove a spindle recipe by CraftTweaker
Fireztonez opened this issue ยท 10 comments
Hello, I try to remove the Hemp Cloth spindle recipe, for add a Rope recipe using Hemp Fibers.
My script I made for that is :
mods.betterwithaddons.Spindle.remove(<betterwithmods:material:3>); mods.betterwithaddons.Spindle.add([<betterwithmods:rope>],<betterwithmods:material:3>*9,false);
On jei, when I look Spindle recipes using Hemp Fibers, this is little strange, I see both recipe, bot the one for the Hemp Cloth is show like using only one Hemp Fiber, but it using 9 for made a Cloth...
Minecraft: 1.12.2
Better With Addons : 0.34
Better With Mods : 2.0.32
Forge : 14.23.2.2640
CraftTweaker: 4.1.6
oh that's nice. The mirror-side of the issue. This one shows 1 item but requires 8.
update is delayed by a few hours because i wiped the config and i will only update if everything works correctly.
edit: my config mistakenly migrated into the BWM config, that should be fixed and will be ready soon
Ok, thank's,
I just see the link to the source code, so I see the hotfix!
Thank's
Look like the problem is still present.... JEI still show both recipes.
Can you look if I do everithing right in the script on the first post? If ios not an error from me, I think something wrong on the mod again :-/
Fireztonez