Add buried treasure under a bush.

master
Beha 2017-01-09 11:14:18 -05:00
parent ad0d3fe10d
commit 0c76ad5105
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View File

@ -145,3 +145,12 @@ ancient_world.register("ancient_world:magic_hovel_2", {
["ancient_world:placeholder_1"] = true,
},
})
ancient_world.register("ancient_world:hidden_bush_1", {
schematic = minetest.get_modpath("ancient_world") .. "/schematics/hidden_bush_1.mts",
type = "decoration",
on = {"default:dirt_with_grass"},
random_replacements = {
["ancient_world:placeholder_1"] = true,
},
})