forked from TAIGA/TAIGA
Fixed some names and wrote more clear descriptions. Fixed 2 Traits with possible NPE
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user