Started by
dkrdjdi
on
Topic category: Help with Minecraft modding (Java Edition)
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 trigger from the slot and do the check for item in the procedure then.
https://imgur.com/nJvhLJz
What I want to make is this.
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
Thank you!