Started by
mopoe
on
Topic category: Help with Minecraft modding (Java Edition)
How do I make it so that vanilla mobs can spawn with modded tools and armor like they do with vanilla tools and armor?
I do not want to make a custom mob to do this unless its the only way.
Set event trigger on "entity spawns"
If is event/target entity (sub)type of [entity]
Do| set [item] in armor slot [slot] of event/target entity
| set [item] in main-hand of event/target entity
Can't really access mcreator rn but i hope it's understandable enought for u to be able to recreate it