another quick change

This commit is contained in:
Red_King_Cyclops 2019-08-14 00:37:15 +00:00
parent 2e8ddd82c2
commit 0a279a9816
1 changed files with 2 additions and 2 deletions

View File

@ -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"