#How do I make a item consumable? Not a custom item.

12 messages · Page 1 of 1 (latest)

quaint pond
#
    event.modify('createbb:white_meth', item => {
        food
            .hunger(-6)
            .effect('speed', 600, 0, 1)
            .removeEffect('poison')
              .alwaysEdible()//Like golden apples
              .fastToEat()//Like dried kelp
    }
})})```
wanton mantleBOT
#

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

quaint pond
#
onEvent('item.modification', event => {
    event.modify('createbb:white_meth', item => {
        food
            .hunger(-6)
            .effect('speed', 600, 0, 1)
            .removeEffect('poison')
              .alwaysEdible()//Like golden apples
              .fastToEat()//Like dried kelp
    }
})})
brittle obsidian
#

What the fuck is that addon

austere harness
verbal sleet
#

just say meth

wanton mantleBOT
#

@quaint pond Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!

brittle obsidian
#

Don’t know if it’s relevant anymore

wanton mantleBOT
#

@quaint pond Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!

wanton mantleBOT
#

@quaint pond Unresolved thread still hasn't been closed! If your question was answered, please close this post with </ticket close:1054771505520717835> command!