Jump to content

Mod crashes when I try to place a custom fire block


WolfAmaril

Recommended Posts

Check the logs.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Check the logs.

 

Gee, I'm so new to Minecraft that I didn't check the logs when something didn't work.

</sarcasm>

 

I did, it says it can't find a file that I'm looking at.

 

here's the .jar for the mod and the log

Mod: https://www.dropbox.com/s/d3ex20288vvoqxf/coloredflame-1.7.10-1.0.jar?dl=0

Log: https://www.dropbox.com/s/pro6cnwyd9n9u63/fml-client-latest.log?dl=0

Link to comment
Share on other sites

Ok so you dont need to do anything with textures or rendering just set the texture name "fire" and BlockFire will take care of the rest.

https://github.com/brandon3055/Draconic-Evolution/blob/master/src/main/java/com/brandon3055/draconicevolution/common/blocks/SafetyFlame.java

 

OK, the question is not how do I render a custom fire block, it's why is one of my 16 functional custom fire blocks losing half of it's texture when I run

gradlew build
when the texture file is obviously there.
Link to comment
Share on other sites

Capitalization, mate:

fireSilver_Layer_0.png

fireSilver_layer_0.png.mcmeta

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Link to comment
Share on other sites

Because magic.TM

 

Or rather, Windows is picky when it comes to file names.  As files on your computer it doesn't give a shite what the casing is.  But as soon as its in a zip file (and a jar file is a zip file with a new, magical, and unique extension) it MATTERS A WHOLE HELL OF A LOT.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Because magic.TM

 

Or rather, Windows is picky when it comes to file names.  As files on your computer it doesn't give a shite what the casing is.  But as soon as its in a zip file (and a jar file is a zip file with a new, magical, and unique extension) it MATTERS A WHOLE HELL OF A LOT.

 

So basically becasue IntelliJ is less picky than Windows.

I wonder if there's an IntelliJ addon that makes it as picky about caps as windows.

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.