hi, i have a block that acts like a sort of marker in the land..... it allows the player who places it to create a faction and control the faction from this block... the problem is that i can't seem to get the GUI too work, some aspects of the wiki tutorials aren't crystal clear.
do i need a containerGui for every block that has a GUI? or just blocks that are going to store items?
e.g. a block that will store strings and an array or 2, i'm not sure if that needs to extend containerGui for a block that serves this function.
at the moment my GUI only extends GuiScreen, and in the log the problem is: "A mod tried to open a gui on the server without being a NetworkMod"
i guess this question might be a bit vague so if anybody could offer some tips or suggestions for any part of this topic i would appreciate it
thanks in advance