CensoredASM

CensoredASM

422k Downloads

lots of textures missing when this is installed

xemnes opened this issue ยท 11 comments

commented

hello, having an issue with missing textures from other mods when this mod is installed
ive looked through every item in my modpack, i think ive narrowed it down to projectred (and its addon modules) and draconic evolution
heres some images:
https://i.imgur.com/pkYp2Qr.png
https://i.imgur.com/qJpqxls.png

its odd that its happening to only certain items and not others

edit: found out all tconstruct textures are completely white also
https://i.imgur.com/Zkw0tKZ.png

commented

thank you!

commented

thank you, will test. also as i didnt actually test, turns out blocks in the world are also missing textures
image

will test this fix though to see if this also fixes this.

commented

Disable releaseSpriteFramesCache in the config for now.

commented

huh, seems setting releaseSpriteFramesCache to false didnt do anything :/
the textures and item textures are still missing.
it fixed tconstruct though.

commented

Yeah they use custom sprite loaders, I'll explicitly deal with this in v3.1.

commented

righto, good to know! if i find any more mods like this, should i report them? not sure if this problem needs a fix on a per mod basis

commented

I'll take a look, feel free to revert to the previous version. Anything in the logs?

commented

not really sure what i should be looking for in the logs, heres my log if you want to take a look
latest.log

commented

update on this, did some investigation and looked through the problem blockstate files for these items, every problem item is using "transform": "ccl:default-item", "ccl:default-block or "ccl:default-tool" rather than "transform": "forge:default-item", "forge:default-block"
so i reckon this might be the culprit, though not 100% sure. its mostly just a correlation

commented

Kek I know the problem now

commented

Fixed in ac66336 - version 3.0.2