#Food item with KJS

6 messages · Page 1 of 1 (latest)

exotic girder
#

hiya, I tried to make a food item with kubejs, but it doesn't get given the food value and it just turns out as a normal item

        food.hunger(6)
        food.saturation(7)
})```
tiny hearthBOT
#

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

strange falcon
#

you don't supply useanimation for food, it already has the animation built in.

#

also its not food.hunger food.saturation its food.hunger(6).saturation(7)

exotic girder
#

oh