mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-26 02:30:38 +01:00
fix local var
This commit is contained in:
parent
10a691883c
commit
3d1ea777ae
@ -567,7 +567,7 @@ function default.register_ores()
|
||||
local threshold = 0.08
|
||||
|
||||
local function register_liquid_ore(oredef)
|
||||
neworedef = table.copy(oredef) -- Do not modify original table
|
||||
local neworedef = table.copy(oredef) -- Do not modify original table
|
||||
neworedef.noise_params = noise_fissure -- Fissure noise
|
||||
neworedef.noise_threshold = threshold
|
||||
minetest.register_ore(neworedef)
|
||||
|
Loading…
Reference in New Issue
Block a user