Posted January 30, 20241 yr I have been following this Tutorial as I am new to modding Minecraft https://www.youtube.com/playlist?list=PLKGarocXCE1H9Y21-pxjt5Pt8bW14twa- I jumped ahead a little, because I wanted to implement a Mob I made in Blockbench. I followed every step until he looked at his entity for the first time in game. When I got to his point, I was unable to spawn in my Mob. The only thing I did different that could affect it might be the ModEvents class. Which I copied from his repository and deleted all the villager stuff. Here is my Github repository: https://github.com/Skwarken/KNKforge Thanks ahead for your help Edited January 31, 20241 yr by Skwarken solved now
January 31, 20241 yr 10 hours ago, Skwarken said: Here is my Github repository: https://github.com/Skwarken/KNKforge The problem is that 'KnightEntity' is missing the required Attribute 'Attributes.FOLLOW_RANGE'. To fix it change the call from 'createLivingAttributes()' to 'createMobAttributes()' in 'KnightEntity.createAttributes()'
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.