More base parts

This commit is contained in:
Anuken
2020-10-20 15:43:06 -04:00
parent 30abfc0619
commit 8f58228317
15 changed files with 9 additions and 21 deletions

View File

@@ -1186,7 +1186,7 @@ public class Blocks implements ContentList{
requirements(Category.power, with(Items.lead, 100, Items.silicon, 75, Items.phasefabric, 25, Items.plastanium, 75, Items.thorium, 50));
size = 2;
powerProduction = 4.5f;
itemDuration = 60 * 15f;
itemDuration = 60 * 18f;
}};
solarPanel = new SolarGenerator("solar-panel"){{