Custom Models?

Discussion in 'Plugin Development' started by Symphonic, Dec 14, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    Symphonic

    I was thinking it would be really cool to make a plugin that had custom models/entities. Would this be possible in 1.14.4? Possibly with armorstands or something? Not too sure where to start with this.
     
  2. Such things are hard without client-side mods, but you can do some stuff with server resourcepacks.
     
  3. Offline

    Zombie_Striker

    @Symphonic
    I made a plugin that does just that. My plugin, QualityArmory, add custom gun models and other weapons to minecraft:
    https://www.spigotmc.org/resources/quality-armory.47561/

    (Posted a spigot link, because it is easier to update there)

    You can also look at the source-code if you need help, but basically all you would be doing is checking if the "Custom model" for the item is the same as what you specified for your resourcepack, and then just treat it like any other item.
     
  4. @Zombie_Striker Your plug-in is for item models, right? I'm afraid he was looking for entity models.
     
  5. Offline

    Symphonic

    Does this work when the items are dropped? If so, I should be able to adapt something from this code.
     
Thread Status:
Not open for further replies.

Share This Page