ore automatic collection machine

Started by dkrdjdi on

Topic category: Help with modding (Java Edition)

Last seen on 10:11, 29. Sep 2021
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
Use on item placed in slot…
Fri, 08/28/2020 - 09:43

Use on item placed in slot trigger from the slot and do the check for item in the procedure then.

Last seen on 17:21, 27. Apr 2023
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

Last seen on 10:11, 29. Sep 2021
Joined May 2013
Points:

User statistics:

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

Thank you!