Xaero's Minimap has missing/broken icons
Y1rd opened this issue ยท 8 comments
@LtxProgrammer , huh, well, you could just just make two textures in the assets folder.
An example from from Fresh Animations Xaero's Icons
What am I supposed to do about this? This mod never had any compatibility set up for xaero's.
Xaero's Minimap Modded Support would also be a good place to look at.
Just checked, the regular shark (that is latex for some reason) also doesn't have a icon.
Just checked, the regular shark (that is latex for some reason) also doesn't have a icon.
i guess it mostly only works for humanoid entities
I've realized how xaero's minimap does it, it uses getHead()
of the entity's model. This does not include renderlayers for the model. Hypnocat's stripes are on a separate layer, and the puddle doesn't have a head.
Nvm, reading the code. The render layers are being rendered, but not captured.