Started by
Hiroyuki
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create an item like a campfire, where the fire can be toggled on and off by right-clicking.
I understand that this can be done by creating two separate blocks: one for the lit campfire and another for the unlit campfire.
But is it possible to implement this functionality using just one campfire block, where it can toggle between lit and unlit states?