Started by
Ganimedess
on
Topic category: Help with Minecraft modding (Java Edition)
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?
Hi did you try block procedure Place Block at y+1 "Soul Flame"?
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?
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.
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.