mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-13 22:20:21 +01:00
move the "registered N actions on M surfaces" message to debug
This commit is contained in:
parent
c9f6235815
commit
9b7705c380
11
init.lua
11
init.lua
|
@ -719,11 +719,12 @@ if DEBUG then
|
|||
end
|
||||
|
||||
biome_lib.show_pending_block_counts()
|
||||
|
||||
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)
|
||||
|
||||
end
|
||||
|
||||
print("[Biome Lib] Loaded")
|
||||
|
||||
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