Fix #29
This commit is contained in:
@ -780,7 +780,7 @@
|
||||
public float func_145772_a(Explosion p_145772_1_, World p_145772_2_, int p_145772_3_, int p_145772_4_, int p_145772_5_, Block p_145772_6_)
|
||||
{
|
||||
return p_145772_6_.getExplosionResistance(this, p_145772_2_, p_145772_3_, p_145772_4_, p_145772_5_, posX, posY + getEyeHeight(), posZ);
|
||||
@@ -2474,4 +2925,10 @@
|
||||
@@ -2474,4 +2925,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -789,5 +789,9 @@
|
||||
+ public boolean entityAllowedToSpawn() {
|
||||
+ return true;
|
||||
+ }
|
||||
+
|
||||
+ public boolean entityProjectileHook() {
|
||||
+ return false;
|
||||
+ }
|
||||
+ // Cauldron end
|
||||
}
|
||||
|
Reference in New Issue
Block a user