Whenever I right click a custom block I created, no matter what the action (Sysout, addChatMessage, etc.) it will run twice. I am trying to create a simple block that will open a custom crafting GUI upon right click, but it opens and closes when clicked on.
All I have in the method is 'p.displayerGUIWorkbench(0,0,0);'
Thanks in advance for your help.