Started by
Pyriel
on
Topic category: Help with Minecraft modding (Java Edition)
Okay, so I want to make a Frost Witch. She would :
- Be an ally if the player gives her an Oxeye Daisy so she attacks nearby hostile mobs, bosses not included;
- Be an enemy if we attack her;
However, I can't find out how to make both :/ Help me please ! (and btw Idk how to delete comments)
Edited by Pyriel on Tue, 02/19/2019 - 18:20
If the skin doesn't render at all :
https://www.planetminecraft.com/skin/givralia/
You could make an approximation of this using AI tasks, but for more advanced behavior, you will need to do some manual programming.
If you need, I can make a proper texture for this mob (but then show me)
I've fixed the texture, but I still have this AI problem. Plus, I noticed that the wolf AI isn't great, because... ahem, when you give a bone to two "tamed" Frost Witch (yeah it's weird), they... "summon a baby wolf" ?
AI bases should not be used. This is noted in MCreator's UI too.
Yes, I saw. But do you know what script could I put in the program then (I'm bad at programming, I can barely understand a program, but not make one) or do you know if I can copy wolf's AI to edit it ?