Started by
plata_exe
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make an item (an EMF reader to be precise) whose texture changes depending on the distance between the player and all the ghosts from the mod. I don't really know how to do so despite trying literally anything, can someone help?
Using item states, you can change the color depending on a condition.
For example, put a red texture when a mob is at 5 blocks, orange at 10...etc