Posted July 16, 20205 yr i just create an ArrowEntity Extended from AbstractArrowEntity. how can i add custom model to it??
July 16, 20205 yr Look at how vanilla makes models, or use a model creator like Blockbench. Remember that your model won't render if you don't override createSpawnPacket and return NetworksHooks.getEntitySpawningPacket(this). It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
July 16, 20205 yr Author and where should i put my json model file, or i have to create a model class
July 16, 20205 yr 2 hours ago, ViktorNguyen said: and where should i put my json model file There is none. As I said, take a look at how vanilla does it (WolfModel, WolfRenderer, etc.). Edited July 16, 20205 yr by Novârch It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".
July 16, 20205 yr Author 46 minutes ago, Novârch said: There is none. As I said, take a look at how vanilla does it (WolfModel, WolfRenderer, etc.). oh, i got it. thank you so much
July 17, 20205 yr Author 15 hours ago, Novârch said: There is none. As I said, take a look at how vanilla does it (WolfModel, WolfRenderer, etc.). i found that entities has custom model always extend from livingEntity. am i missing any entity which have custom model but extend from Entity instead of livingEntity?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.