1
Item IDs
I'm using a plugin, not a mod to create custom items. My understanding is mods may use IDs that aren't in use in mc, but plugins have to use existing IDs. is that correct?
The reason I ask is, what IDs can I use so I can give, buy, sell these custom items and use them without old item durability/stats?
The reason I ask is, what IDs can I use so I can give, buy, sell these custom items and use them without old item durability/stats?
3
Plugins that create custom items used custom durability to identify a custom item from default minecraft items. However since 1.14, minecraft allows you to set a Custom Model NBT tag, which seperates the item from default minecraft items without the need to change item durability.
Any specific rules to naming the tag? Can it also be the new item name? Also, will it keep the newly assigned durability?
CustomModelData is simply a number. Make sure to choose a fairly unique number if you want to avoid compatibility issues. It has no effect on durability whatsoever so that shouldn't be a problem.
