Started by
MMG
on
Topic category: Help with Minecraft modding (Java Edition)
I think name of this topic explains my question enough. How can I make my mob with ranged ai to shot slower and to not shoot with big range?
Topic category: Help with Minecraft modding (Java Edition)
I think name of this topic explains my question enough. How can I make my mob with ranged ai to shot slower and to not shoot with big range?
With MCreator, this is not possible yet, but there might be someone who knows how to implement this in the code.
Thanks
Either you use EntityAIAttackRangedBow instead of EntityAIAttackRanged (Only works if your mob has a bow in his mainhand) or you create a new EntityAI class.
Lakas Can you explain how?(I suck at java )