another quick change
This commit is contained in:
parent
2e8ddd82c2
commit
0a279a9816
|
@ -370,7 +370,7 @@ multidimensions.register_dimension("prehistoric_australia",{
|
|||
clust_scarcity = 7 * 7 * 7,
|
||||
clust_num_ores = 5,
|
||||
clust_size = 1,
|
||||
y_min = 5502,
|
||||
y_min = 5501,
|
||||
y_max = 5502,
|
||||
})
|
||||
]]
|
||||
|
@ -401,7 +401,7 @@ minetest.register_lbm({
|
|||
run_at_every_load = true,
|
||||
nodenames = {"time_travel:coral_reef"},
|
||||
action = function(pos, node)
|
||||
--minetest.set_node(pos, {name = "default:water_source"})
|
||||
minetest.set_node(pos, {name = "default:water_source"})
|
||||
local coral_reef=""
|
||||
--if node.name=="time_travel:coral_reef" then
|
||||
coral_reef=minetest.get_modpath("default") .. "/schematics/corals.mts"
|
||||
|
|
Loading…
Reference in New Issue