#Unlit Campfire
3 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
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)
})