Actually reuse mapgen table

This commit is contained in:
number Zero 2017-05-03 09:05:17 +08:00 committed by asl97
parent 42efc7e47c
commit 6709161a4c

View File

@ -118,7 +118,7 @@ minetest.register_ore({
})
-- Sulfur
local sulfur_buf = nil
local sulfur_buf = {}
local sulfur_noise= nil
minetest.register_on_generated(function(minp, maxp, seed)