Skip to content

Commit

Permalink
mapgen log
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Dec 8, 2018
1 parent 1e9c2bf commit 9903e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ generated_count = 0

minetest.register_on_generated(function(minp, maxp, seed)
generated_count = generated_count + 1
minetest.log("action", "[mapgen] Generating chunk @ " .. minetest.pos_to_string(minp) .. " - " .. minetest.pos_to_string(maxp))
end)


Expand Down

0 comments on commit 9903e6c

Please sign in to comment.