Changed explosion size, cause users struggling with that piece of shit. Iron_nugget is replaced with oreDict Item when not loaded via TAIGA.

This commit is contained in:
Robert Sosnitzka
2016-08-05 15:46:45 +02:00
parent e15a07bdb8
commit fafde83d4c
3 changed files with 5 additions and 3 deletions

View File

@@ -66,6 +66,6 @@ public class TraitInstable extends AbstractTrait {
}
private void explode(World w, Entity e, double x, double y, double z) {
w.newExplosion(e, x, y, z, 1.2f + random.nextFloat() * 35, random.nextBoolean(), true);
w.newExplosion(e, x, y, z, 1.2f + random.nextFloat() * 5, random.nextBoolean(), true);
}
}