Started by
YoshiDBM
on
Topic category: Help with Minecraft modding (Java Edition)
When I started to code the procedure to a block with gui with "player tick update", it wrote that that's not containing the "guiinventory". So, I had to change it to "no additional trigger", and of course, the block hasn't worked... :(
You need to trigger the procedure with a trigger that has the dependency guiinventory.
In other words, trigger it from within the GUI itself, like a button trigger, or a slot transfer trigger.
If you could set it to player tick, it wouldn’t only check for your GUI, it would check for ALL GUIs, like chests and crafting tables.
https://www.youtube.com/watch?v=asuMnQNgKKE