Posted August 16, 201312 yr So I'm new to modding and following some tutorials. Currently I'm creating a chest but I'm stuck on a error public void load(){ ModLoader.registerContainerID(this, 30); GameRegistry.registerTileEntity(TileEntitycrest.class, "TileEntitycrest"); GameRegistry.TileEntity(crest, "crest"); } That is the part of the code I'm using. The problem is that he gives a error at "TileEntity" I hope somebody knows what I'm doing wrong. ~Kev
August 16, 201312 yr GameRegistry.TileEntity(crest, "crest"); yeah, thsi method doesnt exists, what are you trying to do ? how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
August 16, 201312 yr Author Well i looked it up in the tutorial i was following but now i cant find it in the video but i'm creating a chest and just following the tutorial
August 16, 201312 yr What tutorial are you using? That method dosn't even exists. And why do you use ModLoader stuff? Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.