Help with custom dirt

Started by Dr.Lego12mini on

Topic category: Help with Minecraft modding (Java Edition)

Active 6 months ago
Joined Mar 2021
Points:
586

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Help with custom dirt

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

Active 4 years ago
Joined Apr 2020
Points:
661

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 34
Custom  variables 
Thu, 03/04/2021 - 05:01

Custom  variables 

Active 1 month ago
Joined Aug 2019
Points:
1088

User statistics:

  • Modifications: 11
  • Forum topics: 30
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 290
Custom variables will not…
Sat, 04/10/2021 - 21:32

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.

Procedure

Active 1 month ago
Joined Aug 2019
Points:
1088

User statistics:

  • Modifications: 11
  • Forum topics: 30
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 290
I meant to call the tag you…
Sat, 04/10/2021 - 21:33

I meant to call the tag you create 'hoe' not 'hoes'.