Started by
ImSeyo
on
Topic category: Help with Minecraft modding (Java Edition)
I made my mob, which should block attacks or projectiles with a chance. Is it possible to do this?
Edited by ImSeyo on Fri, 07/14/2023 - 17:37
Topic category: Help with Minecraft modding (Java Edition)
I made my mob, which should block attacks or projectiles with a chance. Is it possible to do this?
This will cancel the attack, not so much block it. Replace ABlockOfCheese with your entity
Also replace random > 0.5 with whatever ya want
Thank you for saving my ideas for the second time! It works