Jump to content

Recommended Posts

Posted

Hello I am making a mod and it has a custom furnace in it and I keep getting an error when the game is running.

 

Error:

 

  Reveal hidden contents

 

 

I would really apriciate it if someone can help me!

 

Here is my code for my stuff:

 

Block Code:

 

  Reveal hidden contents

 

 

Tile Entity Code:

 

  Reveal hidden contents

 

 

Container Code:

 

  Reveal hidden contents

 

 

Gui Code:

 

  Reveal hidden contents

 

 

I don't think that most of the code is necessary, but I'll put it in just in case.

please explain because I am a relatively new modder and I don't know much about minecraft code yet, but before the hateres start hating, they sould know that I am at an Intermediate level of JAVA, so don't say that I am someone who doesn't know anything about JAVA.

Don't be afraid to ask question when modding, there are no stupid question! Unless you don't know java then all your questions are stupid!

Posted

You need to register your tileentity in the Load event...

GameRegistry.registerTileEntity(TileEntityClass.class, "TileEntityName");

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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