Started by
WELLOTHEHERO
on
Topic category: Help with Minecraft modding (Java Edition)
I want to revive angry bees when a mob I made gets damaged. How can I do?
Edit:
How can I do this step by step
I use custom creature, 8 bees will spawn and these bees I modeled will have the power to hit 3 Hearts in the player
Edited by WELLOTHEHERO on Wed, 10/14/2020 - 19:20
Hello WELLOTHEHERO
So I do not know entirely how this would work or what you want but you can add a procedure when the entity gets hurt to summon a creature. You would have the create your bees and make them work before trying to summon them. Hope this helps.
How can I do this step by step, I'm more new? :D
I need some info first. Are you using a custom mob? How many bees do you want to spawn when the entity is hurt? Have you created models for the custom creature if your using it as well as the bees? How much do you want the bees to hurt?
yes I use custom creature, 8 bees will spawn and these bees I modeled will have the power to hit 3 Hearts in the player
???
how can I really do that?
Alright buddy this is what youre gonna do
make the mob for the bees that do 3 damage on hit (you'll need 3d model for that but I assume you got it already if not block bench.net)
go to that random mob you want to spawn them
go to the trigger for on mob hit or something like that
go find the procedure block summon entity in world management, put bee mob as summoned mob
either copy and paste it 7 times, or get a repeating block and make it repeat 8 times. the latter will look MUCH cleaner.
although im just saying 8 bees doing 3 hearts per hit is low-key toxic and I suggest you turn down that damage a tad since I dont think your players will like being killed in 3.7 seconds
I wish to know how to do this as well, i am making a summoning staff. And i cannot figure out how to make the mobs tamed when the spawn.