Started by
souled
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make a dagger (made out of bone) that will spawn skeletons to help for the player. I have the models and textures of the skeleton ready, but I do not know how to make it spawn from a right click and how to make them fight for you right away. If anyone has any ideas, I would appreciate it.
Well, if you already have the skeleton model and the dagger texture, then you've done the hard part. After that, you will need to import this entity to Mcreator and modify its artificial intelligence, done that, use the trigger of the item bone dagger (When right-clicked) and summon your custom entity.