How do I make a recipe with burnt out campfire?

Started by Ali107 on

Topic category: Help with Minecraft modding (Java Edition)

Active 13 hours ago
Joined Jul 2020
Points:
1278

User statistics:

  • Modifications: 6
  • Forum topics: 92
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 255
How do I make a recipe with burnt out campfire?

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)

Active 1 year ago
Joined Jan 2023
Points:
371

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
Create a new item (an…
Mon, 01/30/2023 - 04:31

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.

Active 1 year ago
Joined Jan 2023
Points:
371

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
πŸ‘€
Wed, 02/01/2023 - 07:30

πŸ‘€

Active 1 year ago
Joined Jan 2023
Points:
371

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
πŸ‘€Well, is it working out? πŸ‘€
Thu, 02/02/2023 - 14:25

πŸ‘€Well, is it working out? πŸ‘€