Atum 2: Return to the Sands

Atum 2: Return to the Sands

22M Downloads

azucat

Azuriuz opened this issue ยท 4 comments

commented

so my sweet lil serval texture only works with the nametag 'azure' instead of 'Azure'
Shadow said to make a note here about it lol
image

commented

Confirming Shadow said that.

commented

Mind you I'm on the 1.16.5 version if that makes a difference*

commented

https://github.com/TeamMetallurgy/Atum2/blob/master/src/main/java/com/teammetallurgy/atum/client/render/entity/mobs/ServalRenderer.java

line 31 here is the culprit

if (entity.hasCustomName() && entity.getCustomName().getString().equals("azure")) {

commented

Fixed :)
Also added Azu and Azuriuz as alternate names.