Jump to content

Recommended Posts

Posted

Hello everyone!

 

My name is Elanion, and I just began to learn Minecraft Modding in order to be able to provide my Project-Team with the Mods we need, so please don't be mad at me for doing "stupid" stuff or not knowing some things, I am a total noob. :D

 

So I've been making a new Block, which is using a Techne model. That one worked quite fine, it is doing what I want it to do and it is rendering, everything perfect.

Now I tried to make a new GUI, connecting it with the new block so if you rightclick the block, you'd get a GUI where you can fuel the block for a certain ammount of time.

I had several errors there, but fixed most of them, finally being able to start the client and get it to react to my request, but it seems like it does not feel like rendering the GUI....and the client simply shuts down(does not just only crash, surprisingly, it realy seems to be shutting down).

 

I've uploaded the Crashreport here:

 

https://gist.github.com/Elanion/7563653

 

Can anyone tell me, where the problem might be coming from?

 

Thanks to anyone who takes their time to help me!

Best wishes,

Elanion

Posted

NullPointerException
at net.minecraft.inventory.Slot.getStack(Slot.java:105)
at net.minecraft.inventory.Container.getInventory(Container.java:69)
at net.minecraft.inventory.Container.addCraftingToCrafters(Container.java:55)
at edaron.mod.ContainerTikitorch.addCraftingToCrafters(ContainerTikitorch.java:49)

Something is null at line 105 of Slot. Probably due to wrong setting of your ContainerTikitorch.

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.