How do I make an item spawn lava when right clicked on a block @Klemen

Started by THG on

Topic category: Help with modding (Java Edition)

Last seen on 03:17, 29. Mar 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an item spawn lava when right clicked on a block @Klemen

I'm trying to make a special item that when right clicked on the ground will spawn lava.

Last seen on 19:52, 28. Mar 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is very simple, in your…
Tue, 09/06/2022 - 05:02

This is very simple, in your item/tool ... go to Triggers

And now create the desired procedure ...

Save and test.

Last seen on 03:17, 29. Mar 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, would this work with…
Tue, 09/06/2022 - 13:32

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.

Last seen on 19:52, 28. Mar 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It will work with both, same…
Tue, 09/06/2022 - 16:20

It will work with both, same as placing the lava. 

  • Apply bonemeal action at x y z
  • Strike lightning at x y z
Last seen on 03:17, 29. Mar 2024
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much. I didn't…
Tue, 09/06/2022 - 21:28

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.