Custom entity like evoker fangs

Started by manumastro on

Topic category: Help with modding (Java Edition)

Last seen on 16:19, 28. Mar 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom entity like evoker fangs

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

Last seen on 17:39, 24. Dec 2023
Joined Jan 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe a trigger that when…
Thu, 05/25/2023 - 21:10

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