Started by
Dr.Lego12mini
on
Topic category: Help with Minecraft modding (Java Edition)
i want to make it so when rightclicking on my custom dirt it replaces it with farmland and deals damage to the hoe in the players hand
Topic category: Help with Minecraft modding (Java Edition)
i want to make it so when rightclicking on my custom dirt it replaces it with farmland and deals damage to the hoe in the players hand
Custom variables
Custom variables will not help. You need to make a tag and put all hoes in it and call it 'hoes'.
Create this procedure under the 'When block right clicked' of your custom block.
I meant to call the tag you create 'hoe' not 'hoes'.