Started by
TwigYT
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a special item that when right clicked on the ground will spawn lava.
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a special item that when right clicked on the ground will spawn lava.
This is very simple, in your item/tool ... go to Triggers
And now create the desired procedure ...
Save and test.
Thanks, would this work with bonemeal or would I have to use something else. Cause I plan to also have another item that does bone meal and another one that spawns lightning.
It will work with both, same as placing the lava.
Thank you so much. I didn't expect those brackets to be so literal. Also do you have to make custom bracket system for a custom tile entity. Cause I don't know how they work? I've tried to make my custom tile entity, but I don't know how to make it appear when I'm creating recipe.