@@ -15,11 +15,11 @@ public class StatUnit{
|
||||
blocks = new StatUnit("blocks"),
|
||||
blocksSquared = new StatUnit("blocksSquared"),
|
||||
tilesSecond = new StatUnit("tilesSecond"),
|
||||
powerSecond = new StatUnit("powerSecond"),
|
||||
powerSecond = new StatUnit("powerSecond", "[accent]" + Iconc.power + "[]"),
|
||||
liquidSecond = new StatUnit("liquidSecond"),
|
||||
itemsSecond = new StatUnit("itemsSecond"),
|
||||
liquidUnits = new StatUnit("liquidUnits"),
|
||||
powerUnits = new StatUnit("powerUnits"),
|
||||
powerUnits = new StatUnit("powerUnits", "[accent]" + Iconc.power + "[]"),
|
||||
heatUnits = new StatUnit("heatUnits", "[red]" + Iconc.waves + "[]"),
|
||||
degrees = new StatUnit("degrees"),
|
||||
seconds = new StatUnit("seconds"),
|
||||
|
||||
Reference in New Issue
Block a user