Item Stages

Item Stages

20M Downloads

Lock items using NBT wildcard.

friendlyhj opened this issue ยท 3 comments

commented

Qxtm6A.jpg

To make effect clearer, I used Hardcore Item Stages.

commented

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.

commented

Seconded.

commented

Closing as this is a duplicate of #50