Bridge fixes

This commit is contained in:
Anuken
2020-09-11 13:36:10 -04:00
parent 83d9bd7d81
commit 3d8fb1b6ca
7 changed files with 11 additions and 9 deletions

View File

@@ -1162,7 +1162,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 = 500f;
itemDuration = 60 * 15f;
}};
solarPanel = new SolarGenerator("solar-panel"){{