mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
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