forked from minetest-mods/technic
Actually reuse mapgen table (#365)
This commit is contained in:
parent
1a75cd9254
commit
a495541c09
|
@ -118,7 +118,7 @@ minetest.register_ore({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Sulfur
|
-- Sulfur
|
||||||
local sulfur_buf = nil
|
local sulfur_buf = {}
|
||||||
local sulfur_noise= nil
|
local sulfur_noise= nil
|
||||||
|
|
||||||
minetest.register_on_generated(function(minp, maxp, seed)
|
minetest.register_on_generated(function(minp, maxp, seed)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user