Skip to content

Commit

Permalink
Add screenshot and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekdohibs committed Dec 1, 2013
1 parent 0a80ce6 commit 1733013
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions description.txt
@@ -0,0 +1,2 @@
This mod changes the default map generation: it changes the way ores are placed, add new biomes and villages.
Note: do NOT use it in an already generated world!!!
1 change: 0 additions & 1 deletion init.lua
Expand Up @@ -651,7 +651,6 @@ local function mg_generate(minp, maxp, emin, emax, vm)
end

minetest.register_on_generated(function(minp, maxp, seed)
print(dump(minp))
local vm, emin, emax = minetest.get_mapgen_object("voxelmanip")
mg_generate(minp, maxp, emin, emax, vm)
end)
Expand Down
Binary file added screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1733013

Please sign in to comment.