p455w0rd / p455w0rd-s-Things

GNU General Public License v3.0
1 stars 1 forks source link

Tinkers construct textures not found #2

Closed GuntherDW closed 7 years ago

GuntherDW commented 7 years ago

I updated the mod in my pack from 1.10.2-1.2.25 to 1.10.2-1.2.27, and noticed that Carbon textures for Tinkers tools are either missing or corrupted. They're showing their "texture not found" texture.

The jars are downloaded from their respective curseforge pages.

Screenshot : http://i.imgur.com/LUPQqZZ.png

If I should attach a log to this let me know and I'll upload the log to pastebin. On first glance I don't see anything that has to do with the carbon texture from your mod though, at least nothing that's throwing an exception or not finding its resource.

Versions :

p455w0rd commented 7 years ago

Nope..I am aware of this :) It's been fixed and will be included in the coming massive update. Thanks for making the issue!

meelock commented 7 years ago

semi-complete log: http://pastebin.com/8HjkXg2s, I can upload the full log later.

p455w0rd commented 7 years ago

Okay, so the offending method is where my particle gets the light level for an individual particle. It is not possible for numerical variables to return null. In Java, at worst, they return 0, 0.0D, or 0.0F. I'm not sure how this would happen unless another mod is modifying vanilla functionality as my particle code is a 100% copy of the vanilla version, with the only change being the color from purple to green. I've also tested in an environment with p455w0rd's Things, Bontania, Baubles, EnderIO, JEI, WAILA, and TOP and I can traverse dimensions fine.