Started by
ILikeMakingMods2103
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make it so when the player consumes a custom food, it spawns an entity and that entity gets instantly tamed, but the problem is that the "When Food Eaten" doesn´t support the Source Entity dependency in the "Tame Event/Target entity by Source Entity" block.
How do I make this?
Thank you for your time.
Edited by ILikeMakingMods2103 on Tue, 11/02/2021 - 20:44
maybe commands? summoning the entity with NBT of tamed
When food eaten = spawn mob
When mob join the world or player tick update chose what you prefer Tame get nearest entity or just entity
That seems like a good option, thanks for the tip woodcreatures. I didn´t think of commands cuz I don´t know how to use them in mcreator.