Hello Everyone,
I'm currently trying to learn how to make a custom GUI, and my first instinct was to find a forge tutorial. I found this one //www.minecraftforge.net/wiki/Containers_and_GUIs and I pretty much copied the code. It works fine through the loadup screen, and has no errors until I try to right click on the block. At this point my log says,
"[WARNING] [ForgeModLoader] A mod tried to open a gui on the server without being a NetworkMod"
Any help would be greatly appreciated.