#How to make an item have a durability component?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I am using format version 1.20.50. I have
"durability": 1000
},```
however this does not seem to give the item a durability component. When I do getComponent("minecraft:durability"), it returns undefined.
Are you using the stable or beta apis?
figured out the issue