<added missing sprites IntelliJ missed>

This commit is contained in:
Anuken
2020-07-14 14:39:11 -04:00
parent a1a72ee713
commit 3eca6b770e
21 changed files with 1 additions and 1 deletions

View File

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