Started by
yuyuyuyu
on
Topic category: Help with MCreator software
how do you make a custom block be able to use a vanilla hoe on it to change it to another custom block?
Topic category: Help with MCreator software
how do you make a custom block be able to use a vanilla hoe on it to change it to another custom block?
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.