From ddd88613e0ca3dd2013a500637b94d6f61c041dc Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Thu, 1 Apr 2021 04:34:07 -0400 Subject: [PATCH] trim some blank lines --- init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.lua b/init.lua index aefc9f1..7c148ea 100644 --- a/init.lua +++ b/init.lua @@ -682,12 +682,9 @@ function biome_lib:replace_object(pos, replacement, grow_function, walldir, seed end end - dofile(biome_lib.modpath .. "/search_functions.lua") assert(loadfile(biome_lib.modpath .. "/growth.lua"))(time_scale) - - -- Check for infinite stacks if minetest.get_modpath("unified_inventory") or not minetest.settings:get_bool("creative_mode") then @@ -711,4 +708,3 @@ minetest.after(0, function() print("[Biome Lib] Registered a total of "..(#biome_lib.surfaceslist_aircheck)+(#biome_lib.surfaceslist_no_aircheck).." surface types to be evaluated, spread") print("[Biome Lib] across "..#biome_lib.actionslist_aircheck.." actions with air-checking and "..#biome_lib.actionslist_no_aircheck.." actions without.") end) -