Misc bugfixes / Unified build/break block system
This commit is contained in:
@@ -32,7 +32,6 @@ public class Blocks extends BlockList implements ContentList{
|
||||
|
||||
for(int i = 1; i <= 6; i ++){
|
||||
new BuildBlock("build" + i);
|
||||
new BreakBlock("break" + i);
|
||||
}
|
||||
|
||||
space = new Floor("space") {{
|
||||
|
||||
@@ -27,9 +27,10 @@ public class PowerBlocks extends BlockList implements ContentList {
|
||||
}};
|
||||
|
||||
turbineGenerator = new TurbineGenerator("turbine-generator") {{
|
||||
powerOutput = 0.25f;
|
||||
powerOutput = 0.28f;
|
||||
powerCapacity = 40f;
|
||||
itemDuration = 30f;
|
||||
auxLiquidUse = 0.05f;
|
||||
size = 2;
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user