Jump to content

[1.8][UNSOLVED] Model errors & connected stem texture not found


J3FF97

Recommended Posts

After fixing the nullpointer that had to do with the crop I stumbled upon another crash :/

Log: http://pastebin.com/ntJgkG3C

This happens randomly, I expect whenever it spawns a new melon block, as they never appear.

 

Anyone who can help? Again, Source is on Github: https://github.com/J3FF97/Elemental-Melons/tree/1.8

 

[EDIT]

Again, this is something with the loadorder, since if I load the melons before I load the stems, it works.

However,

If the loadorder is blocks - stems - items, I won't get any items if I break a melon.

If the loadorder is stems - blocks - items OR stems - items - blocks , It crashes.

If I load the items before the stems, the same crash as earlier happens.

 

Also, the connected melon stems (connected to a block) appear as untextured which for some reason I can't find a way to fix (The model files clearly refer to the minecraft textures, and all the other states work :/

 

[EDIT 2]

Another edit whee~

 

After screwing around with the loadorder some more (and making my code look more horrible than I would've liked ^-^' ) I got it sort of working.

I have split up the items into seeds and slices and the blocks into melons and stems. The current load order is slices - melons - stems - seeds. This seems to have fixed everything except the textures. Hence I'm assuming that part is fixed. All that's left is the textures...

 

What the log shows for the textures:

http://pastebin.com/Kx52wiqd

 

Source on git, etc etc.

 

 

Link to comment
Share on other sites

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.