Jump to content

Recommended Posts

Posted

//EDIT nvm, I found the error, my bad, thanks for the help

 

This is the only code in my mod that's adding a TileEntity:

 

public static void init()

{

MinecraftForge.EVENT_BUS.register(new EventHandlerForge());

registerItems();

registerRecipes();

GameRegistry.registerTileEntity(TileEntityProtectedChest.class,

Reference.MOD_NAME + "ProtectedChest");

}

 

And I can read the report, but I don't get how it would already be there.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.