Add an aboveground magic hovel.

master
Beha 2017-01-09 10:42:26 -05:00
parent 05225bb4b0
commit ad0d3fe10d
2 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@ -131,3 +131,17 @@ ancient_world.register("ancient_world:water_tower_1", {
["ancient_world:placeholder_1"] = true,
},
})
ancient_world.register("ancient_world:magic_hovel_2", {
schematic = minetest.get_modpath("ancient_world") .. "/schematics/magic_hovel_2.mts",
type = "decoration",
on = {"default:dirt_with_grass"},
offset = {
x = 0,
y = -3,
z = 0,
},
random_replacements = {
["ancient_world:placeholder_1"] = true,
},
})