Posted April 26, 20223 yr 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?
April 26, 20223 yr 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
May 1, 20223 yr Author 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
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.