Hey everyone, Deverionz here, and my mod is broken
Basically what happens is that when I activate my block to open the gui, the gui opens, but I can't interact with it. I know that this is because my GuiHandler isn't calling the getServerGuiElement method, and so the gui doesn't recieve a container. My gui is for a multiblock, so I might have messed up something, but not as far as I can tell.
I have worked with gui's and tile entities in the past, but not extensively, and definitely not in a multiblock situation
The Code:
MTCore:
Common Proxy:
Client Proxy:
BlockBoiler:
ContainerBoiler:
GuiBoiler:
And that should be everything, any and all help is appreciated
(I am aware that my code is beyond untidy and is extremely inefficient, but at this point of time I'm going for functionality over efficiency)