Started by
Ali107
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a recipe that outputs a burnt out campfire. If it's not showing in the item selector menu, is there another way to make a recipe output a burnt out campfire?
Btw I am trying to make it so that when you craft a campfire it instead gives a burnt out campfire. (So that the player must light it first before use)
Create a new item (an extinct campfire). In the trigger "when the object clicked on the block", create a procedure: Put a block (campfire) in xyz; set the logical tag of the block in xyz "lit" to "false". P.S. This is just an algorithm, I couldn't work with this tag (I don't know how to work with tags), maybe the tag name ("lit") is spelled incorrectly. If you succeed, write the name of the tag, please.
๐
๐Well, is it working out? ๐