mirror of
https://github.com/minetest-mods/technic.git
synced 2025-03-20 11:20:31 +01:00
Actually reuse mapgen table
This commit is contained in:
parent
42efc7e47c
commit
6709161a4c
@ -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…
x
Reference in New Issue
Block a user