Hello,
i've tried to make a custom Gui with a Container and I followed the Tutorial in the Tutorials section of the MCForgeWiki (http://www.minecraftforge.net/wiki/Containers_and_GUIs)
I've made everything as in the Tutorial and didn't changed anything but the Names to get started.
But when I try to activate the Block I'm getting this Error:
What did I do wrong? The only line of this Error that belongs to my mod is this:
2013-06-30 20:19:20 [iNFO] [sTDERR] at busti2000.technica.block.SoulTableBlock.onBlockActivated(SoulTableBlock.java:85)
but my Code is the Same as in the Tutorial just with the Name of my mod:
entityplayer.openGui(Technica.instance, 1, world, x, y, z);
What can I do to fix this Error?
Thanks for any Help
Busti