Started by
Blocky_Beggar
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to add an information block that gives you information in a GUI about were it is placed. My information so far is SkyView. I figured everything out except the sky view always says false even when it has a sky view.
The procedure: https://ibb.co/YtvnJVS
MCreator GUI: https://ibb.co/2yR6MwP
Minecraft GUI: https://ibb.co/BG74jNn
[Set NBT logic tag "CanSeeSky" of block at X Y Z to "true/false" if it has tile entity.]
[Set NBT logic tag "CanSeeSky" of block at X Y Z to [Can location at X Y+1 Z see the sky] if it has tile entity.]
Just go to "InformationBlock" > Tile Entity.
Select "InfoBlockGUI" in Bind this block to GUI.
And enable Open bound GUI on right click by clicking on the checkbox.
Here's a picture: Screenshot