From 23a6bc4b8def6b6fb333dc555a67043716512ebb Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Mon, 8 Jun 2015 18:44:03 +0200 Subject: [PATCH] Increased mana gained at every globalstep in sunlight - Helps for #63 --- mods/solarmana/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/solarmana/init.lua b/mods/solarmana/init.lua index d7e32254..163ded81 100755 --- a/mods/solarmana/init.lua +++ b/mods/solarmana/init.lua @@ -68,7 +68,7 @@ minetest.register_globalstep(function(dtime) -- simplest version checks for "full sunlight now" if light_now >= 14 then - regen_to = 1 + regen_to = 3 end -- we can get a bit more lenience by testing whether