This commit is contained in:
Anuken
2020-07-14 13:20:50 -04:00
parent fb08a3638b
commit 9dc49743e8
18 changed files with 671 additions and 467 deletions

View File

@@ -1141,7 +1141,7 @@ public class Blocks implements ContentList{
itemDuration = 500f;
}};
solarPanel = new SolarGenerator("solar-panel"){{
solarPanel = new SeamlessSolarGenerator("solar-panel"){{
requirements(Category.power, with(Items.lead, 10, Items.silicon, 15));
powerProduction = 0.06f;
}};