From 0c76ad51050997bc32aa494beb46c055308c6141 Mon Sep 17 00:00:00 2001 From: Beha Date: Mon, 9 Jan 2017 11:14:18 -0500 Subject: [PATCH] Add buried treasure under a bush. --- schematics/hidden_bush_1.mts | Bin 0 -> 176 bytes structures.lua | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 schematics/hidden_bush_1.mts diff --git a/schematics/hidden_bush_1.mts b/schematics/hidden_bush_1.mts new file mode 100644 index 0000000000000000000000000000000000000000..0a88d48faba89c4ec1b63819680a643637358897 GIT binary patch literal 176 zcmeYb3HD`RVPFQ~dLUq6V-QbCO-n4zDX~h)EGmgF&n(G^PcKR=E@lvhNhFmPXT;~E zCYGfZGcYG+7BTR^WI$RNq!aU!GgI?`dh?5NQmhJc5|dLi@^eyBi{cF#1Yt_Sh7^~i z=2px}PGDemGiY;EQ%FfmU_5Qm>>6=!QBOiCPr+87fUOP@{wxU!ObiSUjtX%D0NGGG Am;e9( literal 0 HcmV?d00001 diff --git a/structures.lua b/structures.lua index 4d68bfe..34da62a 100644 --- a/structures.lua +++ b/structures.lua @@ -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, + }, +})