From 24ed86f18c894eff61858905bd0f920241338802 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 20 May 2017 07:46:57 +0200 Subject: [PATCH] Add igloo schematic (kinda) --- mods/MAPGEN/mcl_structures/build/igloo_top.mts | Bin 0 -> 305 bytes mods/MAPGEN/mcl_structures/init.lua | 17 +++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 mods/MAPGEN/mcl_structures/build/igloo_top.mts diff --git a/mods/MAPGEN/mcl_structures/build/igloo_top.mts b/mods/MAPGEN/mcl_structures/build/igloo_top.mts new file mode 100644 index 0000000000000000000000000000000000000000..02b1558b97629e2e36431fb3c1c41a04e17e075b GIT binary patch literal 305 zcmeYb3HD`RVPFSB&Uy%7;9wBSP0oo=&M!)}D$dI;t;+L@vXfHtk~0`YKoUu*DaBSmBEATSOY#dC z zTn!35uJ1Q}+Wh;gli16<-O{3*b8UBU-WGIeWV3v9Do2#lj3K!5vf7qkwQ|m9j;olS zxpFpie}Cka4R&cKvNjmMH}sh7y)}LH4ci<0er<{IJpM”.") errord = true @@ -255,7 +268,7 @@ minetest.register_chatcommand("spawnstruct", { errord = true end if errord then - minetest.chat_send_player(name, "Avaiable types: desert_temple, desert_well, village") + minetest.chat_send_player(name, "Avaiable types: desert_temple, desert_well, igloo, village") end end })