@@ -1,14 +1,5 @@
|
||||
--- a/net/minecraft/world/entity/projectile/EntityEvokerFangs.java
|
||||
+++ b/net/minecraft/world/entity/projectile/EntityEvokerFangs.java
|
||||
@@ -19,7 +19,7 @@
|
||||
public static final int ATTACK_DURATION = 20;
|
||||
public static final int LIFE_OFFSET = 2;
|
||||
public static final int ATTACK_TRIGGER_TICKS = 14;
|
||||
- private int warmupDelayTicks;
|
||||
+ public int warmupDelayTicks;
|
||||
private boolean sentSpikeEvent;
|
||||
private int lifeTicks;
|
||||
private boolean clientSideAttackStarted;
|
||||
@@ -129,7 +129,9 @@
|
||||
|
||||
if (entityliving.isAlive() && !entityliving.isInvulnerable() && entityliving != entityliving1) {
|
||||
|
||||
Reference in New Issue
Block a user