Fix crash on load, missing textures

As the above states... No more, no less.
master
Chris N 2015-06-14 16:43:12 -10:00
parent 2e2228a730
commit 897726c1cc
5 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

View File

@ -1,5 +1,7 @@
mgparams = {mgname="singlenode"}
minetest.register_on_mapgen_init( minetest.set_mapgen_params(mgparams))
minetest.register_on_mapgen_init(function(mgparams)
minetest.set_mapgen_params(mgparams)
end)
-- 2D noise for wave