Started by
Muzaki
on
Topic category: Help with Minecraft modding (Java Edition)
Ive already tried to use set NBT text, number, and logic with no luck
if anybody knows how any help is appreciated, thanks!
Topic category: Help with Minecraft modding (Java Edition)
Ive already tried to use set NBT text, number, and logic with no luck
if anybody knows how any help is appreciated, thanks!
I think in 2 ways for making an item unbreakable
First is put this procedure in the item trigger names "tick in inventory"
but if you use this way the ranged weapons can't be unbreakable.
but you can use this procedure in "when item use"
That helps, thanks!
altho i actually meant like the tag that already exists in-game that adds the "Unbreakable" (ex. in vanilla youd access it via /give @s iron_sword{Unbreakable:1b}) text to the bottom, but this is good enough for now