3
0
This commit is contained in:
Prototik
2015-06-05 20:41:54 +07:00
parent 9c2057bf68
commit 7f699c1473
21 changed files with 398 additions and 42 deletions

View File

@ -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
}