Deeper and Darker

Deeper and Darker

38M Downloads

Resonarium armors does not have a texture

JustBilBeary opened this issue ยท 3 comments

commented

Minecraft Version: 1.20.1
Mod Version: 1.3.2.1
Mod Loader: fabric

Description:
Resonarium armors shows purple and black on player, but textures in inventory is fine.

Screenshot 2024-10-23 151614

Additional context:
I'm using plethora of mods, if needed I can send an export of my modpack

commented

image
Same here!

commented

I've looked at this issue and it appears to be a problem related to not having updated the resonarium armor resource path in the code after changing the model texture path.

The code still references the original minecraft/textures instead of the deeperdarker/textures folder when declaring the model texture path.

The guilty commit appears to be this one:

4b94c9f

As a user, you can "fix" this with this simple texture pack that I made that just adds the textures back where they originally were, just as the source code needs:

ResonariumFIX.zip

commented

Fixed 6003ba5