Solved Loading Different Mob Textures

Discussion in 'Plugin Development' started by WillR27, Feb 6, 2016.

Thread Status:
Not open for further replies.
  1. I would like to know if there is a way to load different mob textures onto existing mobs. I know that you can install a texture pack that has multiple textures for different mobs, so like 5 different zombie textures that get assigned randomly when spawned. So I was wondering if I could do the same but through a plugin. I get that the player would need these textures installed on the client side, but if they did would it be at all possible?
     
  2. Offline

    q8minecraft

    My guess would be no, it's not possible. However, a texture pack would work perfectly and saves a lot of time if that method is actually possible.
    (Correct me if I'm wrong)
     
  3. Yeah, had a feeling it wouldn't. I will wait and see if anyone has any ideas.
     
  4. Offline

    Xerox262

    @WillR27 It's not possible, or at least it's not possible using only the Bukkit API, it requires a client side mod to apply the texture.
     
  5. Alright, thanks for letting me know, just wanted to be sure before I scrapped the idea altogether.
     
Thread Status:
Not open for further replies.

Share This Page