Added the Corrosive Green Grove augmentation
This commit is contained in:
parent
f431be3eb8
commit
d3c6a474de
8 changed files with 160 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue