Started by
ideaworker6
on
Topic category: Help with Minecraft modding (Java Edition)
It's there a way to make custom entities use the vanilla shield, preferably when it gets hurt
Topic category: Help with Minecraft modding (Java Edition)
It's there a way to make custom entities use the vanilla shield, preferably when it gets hurt
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.