mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Make singlenode the default mapgen.
This commit is contained in:
parent
17f3784a9b
commit
5caf691165
1 changed files with 5 additions and 1 deletions
|
@ -69,6 +69,10 @@ minetest.register_on_dignode(function(pos, oldnode, digger)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
minetest.register_on_mapgen_init(function(mgparams)
|
||||||
|
minetest.set_mapgen_params({mgname="singlenode"})
|
||||||
|
end)
|
||||||
|
|
||||||
-- ABMs
|
-- ABMs
|
||||||
|
|
||||||
-- Air spreads
|
-- Air spreads
|
||||||
|
|
Loading…
Add table
Reference in a new issue