Lock items using NBT wildcard.
friendlyhj opened this issue ยท 3 comments
To make effect clearer, I used Hardcore Item Stages.
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.
Closing as this is a duplicate of #50