Removing MW mod recipes not working
k1r0s opened this issue ยท 3 comments
Tying to remove one recipe to balance a bit with other mods. But seems to ignore my script
script is placed into mfolder/scripts/ModernWarfare.zs
recipes.removeShaped(
<mw:Inductor>,
[[null, <mw:CopperWiring>, null],
[<mw:CopperWiring>, <mw:plastic>, <mw:CopperWiring>],
[null, <mw:CopperWiring>, null]]
);
Im still able to craft this item
any idea about? Thanks