mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-14 14:40:21 +01:00
trim some blank lines
This commit is contained in:
parent
27cd07cb36
commit
ddd88613e0
4
init.lua
4
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user