Started by
dreadgamer
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to get the 6x6x6 to check that 3 different blocks are present in the area., i can get one block to work but every time i try ti add more than one block it stops working. Im making a portal for my dimension with geckolib, three pillars require items and when the pillars are clicked with the item they change into model with the items, I want the pillars to check the other pillars to see if they have switched to the model with the item and send a play animation que to the broken gate that builds itself with animation. Everything works but i cant get the 6x6x6 to see more than one block.
this is one of the ways i tried
Edited by dreadgamer on Sat, 03/22/2025 - 07:46
I solved this by making 3 separate 6x6x6 procedures that called each other one after the other until the final check plays the animation, i also had a wait 10 ticks before calling the next procedure but i suspect its not needed.
P.s I used a on right click on the portal block to search for the pillars instead of having the pillars individually check