I am hoping someone with more experience in minetweaker can help me. My script is for the IC2 Forge Hammer to smash Bluepower's Zinc ore into crushed zinc ore, take 4 damage and be reused. That in itself works, however when trying to reuse the hammer for the same recipe after it is damaged, it does not work. Here is my script:
recipes.addShapeless(<bluepower:zinc_ore_crushed> , [<IC2:itemToolForgeHammer>.transformDamage(4), <orereZinc>]);
How do I make this accept the hammer with ANY damage, but still take damage on use and work in all recipes ?
recipes.addShapeless(<bluepower:zinc_ore_crushed> , [<IC2:itemToolForgeHammer>.transformDamage(4), <orereZinc>]);
How do I make this accept the hammer with ANY damage, but still take damage on use and work in all recipes ?