Fixed some names and wrote more clear descriptions. Fixed 2 Traits with possible NPE

This commit is contained in:
Robert Sosnitzka
2016-12-23 01:21:30 +01:00
parent 1c34ded555
commit 613850e2b5
5 changed files with 79 additions and 52 deletions

View File

@@ -19,7 +19,7 @@ import slimeknights.tconstruct.library.utils.TinkerUtil;
public class TraitSoulEater extends AbstractTrait {
private static float divisor = 20000f;
private static float divisor = 25000f;
public TraitSoulEater() {
super(TraitSoulEater.class.getSimpleName().toLowerCase().substring(5), TextFormatting.RED);

View File

@@ -35,7 +35,6 @@ public class TraitWhirl extends AbstractTrait {
if (entity instanceof FakePlayer || entity.worldObj.isRemote) {
return;
}
if (entity.ticksExisted % TICK_PER_STAT > 0) {
return;
}