#Make melon slices inedible
5 messages · Page 1 of 1 (latest)
.useAnimation('none') would show no use animation, not sur ethat makes it inedible though
* if you need something like hold-and-charge time (like bow),
* consider set this to 72000 (1h) or more.
* A returned value of 0 or lower will render the item not usable.
*/
.useDuration(itemstack => 64)```
So you'd use .useDuration(itemstack => 0) and that'd make it unusable
@frigid inlet