diff options
author | cheapie <no-email-for-you@example.com> | 2017-01-05 13:14:23 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2017-01-05 13:14:23 -0600 |
commit | cddb2bed7eec50a49beb7a32cf05fd578704db18 (patch) | |
tree | 3775725621c14642fee5fbabe50b3e6411fea3d8 /init.lua | |
parent | 98ac141ac0db291d90641d852addc83f4ba1f5c4 (diff) | |
download | flatperiod-master.tar flatperiod-master.tar.gz flatperiod-master.tar.bz2 flatperiod-master.tar.xz flatperiod-master.zip |
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +minetest.set_mapgen_params({mgname = "singlenode"}) core.register_on_generated(function(minp, maxp) if minp.y > 0 then return end local vm, emin, emax = core.get_mapgen_object("voxelmanip") |