From 8b9b11f77fa9197f6fbade466b8f64441373698d Mon Sep 17 00:00:00 2001 From: BlueWolf <61173114+BlueWolf3682@users.noreply.github.com> Date: Sun, 10 Jan 2021 13:33:31 -0700 Subject: [PATCH] 1mil source output (#4299) --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 1665d28b8f..ed8013c4d2 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1992,7 +1992,7 @@ public class Blocks implements ContentList{ powerSource = new PowerSource("power-source"){{ requirements(Category.power, BuildVisibility.sandboxOnly, with()); - powerProduction = 100000f / 60f; + powerProduction = 1000000f / 60f; alwaysUnlocked = true; }};