auriny Posted April 26, 2022 Posted April 26, 2022 hello, I need to make a block that will execute its functionality (open gui) only if there are certain blocks around it in a certain order, how to implement this? Quote
Luis_ST Posted April 26, 2022 Posted April 26, 2022 you could open the Gui via NetworkHooks#openGui when your Block is right clicked you can take a look st the AbstractFurnaceBlock as an example, before you open the Gui you need to check if the structure is near by gor this you can check out the LocateCommand Quote
auriny Posted May 1, 2022 Author Posted May 1, 2022 On 4/26/2022 at 4:32 PM, Luis_ST said: you could open the Gui via NetworkHooks#openGui when your Block is right clicked you can take a look st the AbstractFurnaceBlock as an example, before you open the Gui you need to check if the structure is near by gor this you can check out the LocateCommand I had in mind a little different: I need the player to build the structure himself and the block checks if there are certain blocks around. but I already figured out how to implement it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.