Add function to existing block

Started by TheTrueB0B on

Topic category: Help with MCreator software

Last seen on 03:54, 11. Jun 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add function to existing block

I'm making a stupid mod where I want to turn Dirt into a wood variant, I am currently stumped though as I want to be able to right click on dirt with an axe and "strip" it. Is there any way to implement this?

Use global procedure trigger…
Tue, 05/28/2024 - 15:12

Use global procedure trigger on block right clicked. Check for block on position of event, and if you have axe in hands, replace the block with desired block.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei