#Unlit Campfire

3 messages · Page 1 of 1 (latest)

exotic frigate
#

I wanna make that my custom item places a regular campfire that's unlit

hoary spindleBOT
#

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

exotic frigate
#

I have already made my items:
StartupEvents.registry('item', event => {
event.create('campfire')
.tooltip("§7It's unlit, find a way to light it.")
.displayName('Campfire')
.maxStackSize(64)
})
StartupEvents.registry('item', event => {
event.create('soul_campfire')
.tooltip("§7It's unlit, find a way to light it.")
.displayName('Soul Campfire')
.maxStackSize(64)
})