This commit is contained in:
Anuken
2025-02-08 19:33:23 -05:00
parent ebaf88e80d
commit b96191f6d6
6 changed files with 18 additions and 4 deletions

View File

@@ -2412,7 +2412,7 @@ public class Blocks{
}};
solarPanel = new SolarGenerator("solar-panel"){{
requirements(Category.power, with(Items.lead, 10, Items.silicon, 10));
requirements(Category.power, with(Items.lead, 10, Items.silicon, 8));
powerProduction = 0.12f;
}};