How to do this procedure ?:

Started by Black Shadow on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 weeks ago
Joined Nov 2019
Points:
666

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
How to do this procedure ?:

Hi ! Can you help me please ?

I would like minecraft to see if the block below an anvil is a block of stone, and be able to do an action if it is or not. Thanks in advance ;)

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
block at X Y - 1 Z = Anvil…
Sat, 10/16/2021 - 19:49

block at X Y - 1 Z = Anvil AND block at X Y - 2 Z = Stone

Active 3 weeks ago
Joined Nov 2019
Points:
666

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I don't understand, can you…
Fri, 10/29/2021 - 21:12

I don't understand, can you specify which blocks I should use to create this procedure? And how do I make it work in my world without needing anything please ?
I can't find the blocks you tell me..

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
you join the block together,…
Fri, 10/29/2021 - 21:14

you join the block together, before starting a mod I recommend check the tutorial series on yt abt procedures

Active 3 weeks ago
Joined Nov 2019
Points:
666

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Ok I watch this and come…
Fri, 10/29/2021 - 21:17

Ok I watch this and come back if I still don't understand :) thank you so much