ore automatic collection machine

Started by dkrdjdi on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ore automatic collection machine
Fri, 08/28/2020 - 09:28 (edited)

As specific blocks are recognized and recognized blocks are removed,

I want to create a trigger where a specific block is placed in the GUI slot.

Do you have a tutorial link?

Edited by dkrdjdi on Fri, 08/28/2020 - 09:28
Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I would use procedure with…
Fri, 08/28/2020 - 12:11

I would use procedure with variables and repeats. Something like in this NorthWestTrees Gaming's tutorial:
https://www.youtube.com/watch?v=QClqZRlF0hk

Of course instead of printing position of the block you remove it and place in the desired slot. And if you want to check not only one block column but some radius, you can use Dreeperte quarry tutorial:
https://www.youtube.com/watch?v=n2DtxfZKKiE&feature=youtu.be

Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you!
Fri, 08/28/2020 - 12:38

Thank you!