Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2019-11-03 13:04:32 -05:00
26 changed files with 26 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ public class PowerNode extends PowerBlock{
super.setStats();
stats.add(BlockStat.powerRange, laserRange, StatUnit.blocks);
stats.add(BlockStat.powerConnections, maxNodes, StatUnit.none);
}
@Override

View File

@@ -21,6 +21,7 @@ public enum BlockStat{
powerUse(StatCategory.power),
powerDamage(StatCategory.power),
powerRange(StatCategory.power),
powerConnections(StatCategory.power),
basePowerGeneration(StatCategory.power),
input(StatCategory.crafting),