Started by
manumastro
on
Topic category: Help with Minecraft modding (Java Edition)
Hey, im making a mod and i need an entity that behaves like an evoker fang(im making some spikes that pop up from the ground). can someone help me? thanks
Maybe a trigger that when the entity is collide, or when it takes damage...
And use the procedure to run /summon minecraft:evoker_fangs (in name of entity) depending on the direction of the entity.
something like this: https://prnt.sc/FevxENHsOLcl
Hope this helps