Jump to content

Recommended Posts

Posted

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.

Posted

I'm not at my ide atm but I have a custom fire block in my mod. As I recall it wasn't to hard to pull off so its probably something simple I will take a look at your code and compair it to mine when I get home.

You don't need to use your own texture if you just want the vanilla fire texture.

I am the author of Draconic Evolution

Posted

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.
Posted

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.

Posted

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.

Posted

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.

Posted

Anyone know what function I have to call to make it so people can put out my custom fire blocks by left clicking on them?

I've been looking through the BlockFire code but can't seem to find it.

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.