MineTweaker RecipeMaker

MineTweaker RecipeMaker

12M Downloads

Removing MW mod recipes not working

k1r0s opened this issue ยท 3 comments

commented

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

2018-02-24_12 08 14

any idea about? Thanks

commented

Thanks, so its up to mod authors to support this, right?

commented

This is not Minetweaker/Crafttweaker support.

commented

MineTweakerRecipeMaker is not related to MineTweaker or CraftTweaker.
You are not use MineTweakerRecipeMaker. Please go ask somewhere appropriate.