Added the Corrosive Green Grove augmentation

This commit is contained in:
WayofTime 2016-08-10 17:24:36 -04:00
parent f431be3eb8
commit d3c6a474de
8 changed files with 160 additions and 10 deletions

View file

@ -18,7 +18,7 @@ public class TileDemonCrystallizer extends TileEntity implements ITickable, IDem
public static final int maxWill = 100;
public static final double drainRate = 1;
public static final double willToFormCrystal = 100;
public static final double willToFormCrystal = 99;
public static final double totalFormationTime = 1000;
public double internalCounter = 0;