#Make melon slices inedible

5 messages · Page 1 of 1 (latest)

honest fossilBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

fossil kernel
#

.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