mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-21 21:32:27 +01:00
Actually reuse mapgen table (#365)
This commit is contained in:
parent
1a75cd9254
commit
a495541c09
@ -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…
Reference in New Issue
Block a user