CyclopsMC / EvilCraft

An evil mod for Minecraft.
55 stars 30 forks source link

[1.21 NeoForge]: Chalice model texture is 1024x1024 when it should be like 42x42 #1035

Closed TelepathicGrunt closed 1 month ago

TelepathicGrunt commented 1 month ago

Someone checked the texture and found that it was massive: https://github.com/CyclopsMC/EvilCraft/blob/master-1.21/src/main/resources/assets/evilcraft/textures/model/chalice.png

Which is odd as this texture doesn't need 1024x1024 resolution. It should be just 42x42 and then resized in renderer as needed. Be sure to check the other textures as well. Shrinking will lower file size and may help performance.

rubensworks commented 1 month ago

Even worse, I think the texture is not even being used...