From 0fc4c4a751c1d08090d75b88f15df680a988ce7c Mon Sep 17 00:00:00 2001 From: Ashwin <58895652+arihant2math@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:44:11 -0700 Subject: [PATCH] Decrease Supply from 35 to 20 Makes the output more resonable --- technic/machines/LV/hydro_generator.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/LV/hydro_generator.lua b/technic/machines/LV/hydro_generator.lua index 43dd879a9..3ef667332 100644 --- a/technic/machines/LV/hydro_generator.lua +++ b/technic/machines/LV/hydro_generator.lua @@ -15,4 +15,4 @@ minetest.register_craft({ } }) -technic.register_hydro_generator({tier="LV", supply=35}) +technic.register_hydro_generator({tier="LV", supply=20})