Alright, allow me elaborate on my dilemma.
I'm making a mod and two furnaces are being used in (more in the future). I successfully got the first to work (IronFurnace), but when I tried this morning to add the Gold Furnace, it crashed. I went through all the code and fixed a few things, corrected some Render ID Conflictions, but still came out with an in-game error.
While in-game, I could successfully open and use the Gold Furnace. When I went to open the Iron Furnace it lagged, crashed and then posted error
The Error is below:
The code is in the spoilers below:
Main Class File
IRON FURNACE
ContainerIronOven
GuiHandlerIronOven
GuiIronOven
IronOven
IronOvenRecipes
RenderIronOven
SlotIronOven
TileEntityIronOven
GOLD FURNACE
ContainerGoldOven
GoldOven
GoldOvenRecipes
GuiGoldOven
GuiHandlerGoldOven
RenderGoldOven
SlotGoldOven
TileEntityGoldOven
There we go. All code (most) from my mod is pasted in this description I hope you can find the problem... I can't.. Thank you in advance!