Blue fire on custom block

Started by Ganimedess on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Blue fire on custom block

There is a block i want to create (sulfur block) and when it's set on fire i want it to burn blue similar to soul sand, except it will be flammable. I am seeking for the answer for first part, so its how to make custom block burn like the soul sand. is it done by tags or not really?

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi did you try block…
Mon, 05/27/2024 - 17:00

Hi did you try block procedure Place Block at y+1 "Soul Flame"?

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I didn't really done…
Mon, 05/27/2024 - 19:23

I didn't really done anything useful with procedures yet, because they are a bit confusing for me. Can you please say more or send a screenshot?

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I suggest just watching some…
Mon, 05/27/2024 - 23:17

I suggest just watching some tutorials on youtube theres plenty of resources for the basics of learning procedures.

You just have to set a trigger on either the block itself or the item you wish to set the block on fire with in the blocks triggers tab.

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a block tag called …
Tue, 08/06/2024 - 22:07

There is a block tag called "minecraft:soul_fire_base_blocks" you just add your blocks to. The rest is handled by Minecraft.

Before asking these questions, always consult the wiki, especially pages like this one.