Closed friendlyhj closed 4 years ago
Maybe This can work.
mods.ItemStages.addItemStage("alpha", <minecraft:iron_ingot>);
mods.ItemStages.addItemStage("alpha", <minecraft:iron_ingot>.withTag({RepairCost : 0}));
But as #50 said, we should be able to lock item with any NBT, instead of only matching the empty NBT.
Seconded.
Closing as this is a duplicate of #50
To make effect clearer, I used Hardcore Item Stages.