How to make entities use shield

Started by ideaworker6 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make entities use shield

It's there a way to make custom entities use the vanilla shield, preferably when it gets hurt

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately not, though…
Sun, 10/08/2023 - 20:24

Unfortunately not, though you could use Geckolib to make some custom animations for blocking, then add an update-tick procedure that makes the entity invulnerable to attacks from a certain angle while the animation is playing.