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