how to make a custom block abled to be hoed?

Started by yuyuyuyu on

Topic category: Help with MCreator software

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a custom block abled to be hoed?

how do you make a custom block be able to use a vanilla hoe on it to change it to another custom block?

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, I think you need to…
Wed, 07/16/2025 - 13:22

Hello,

I think you need to set up a custom procedure for when the player right-clicks on the block (see the "On block right clicked" trigger in the "Triggers" section). The procedure (in pseudo-code) could be:

If the item in the main hand of player is <your custom item>, then:
   Place the new block at the same coordinates as the block that was right-clicked.