Add the sea tower.

master
Beha 2017-01-09 00:33:22 -05:00
parent ba4835e32e
commit 1e2c4533ef
2 changed files with 21 additions and 0 deletions

Binary file not shown.

View File

@ -110,3 +110,24 @@ ancient_world.register("ancient_world:lava_mine", {
["ancient_world:placeholder_1"] = "air",
},
})
ancient_world.register("ancient_world:water_tower_1", {
schematic = minetest.get_modpath("ancient_world") .. "/schematics/water_tower_1.mts",
type = "decoration",
on = {"default:water_source"},
limit_y = {
max = 16,
min = -16,
},
offset = {
x = 0,
y = -23,
z = 0,
},
replacements = {
["ancient_world:placeholder_2"] = "air",
},
random_replacements = {
["ancient_world:placeholder_1"] = true,
},
})