Hey diesiben07, I was taught a different way to code the item. I only have been coding for about 4 months, and I know some Java, but im new to MCP, so pardon my mistakes. Right now I have this code, and it still doesnt work:
PortableJuicer = new NewItem(2034, "PortableJuicer").setUnlocalizedName("Portable Juicer").setContainerItem(null);
GameRegistry.registerItem(PortableJuicer, "PortableJuicer");
If this doesnt work, is there a example code for this I can look at?
Thanks in advance