Equivalent Exchange 3

Equivalent Exchange 3

2M Downloads

Alchemical Chest

apisawesome opened this issue ยท 3 comments

commented

Latest build doesn't load the textures for the alchemical chests and their GUIs.

commented

You are probably on Linux, which is more strict with case sensitivity than Windows. Fixing this now.

commented

The texture names in the current repo dont exactly match the texture names defined in Textures.java

Texture Names:
"alchemicalChest_Large.png"
"alchemicalChest_Medium.png"
"alchemicalChest_Small.png"

Textures.java:
"alchemicalChest_large.png"
"alchemicalChest_medium.png"
"alchemicalChest_small.png"

I'm not sure what would cause some people to see the textures and some to not, but there may be some instances where the texture lookup is case-insensitive. In any case, it's probably just smart to change either the texture names or Textures.java so they match exactly.

Edit: I'm getting these names/code from the master branch on the web, not my local code base

https://github.com/pahimar/Equivalent-Exchange-3/blob/master/src/main/java/com/pahimar/ee3/lib/Textures.java

https://github.com/pahimar/Equivalent-Exchange-3/tree/master/src/main/resources/assets/ee3/textures/models

commented

Loads just fine for me using the latest commit. What commit is your build from?