Resonarium armors does not have a texture
JustBilBeary opened this issue ยท 3 comments
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:
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:
Fixed 6003ba5