From c478a02fb1ad9f9f6e71c84e82fa95a122322215 Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 17 Aug 2015 20:35:32 +0200 Subject: [PATCH] Add Packed Ice --- crafts.lua | 8 ++++++++ nodes.lua | 8 ++++++++ textures/xdecor_packed_ice.png | Bin 0 -> 275 bytes 3 files changed, 16 insertions(+) create mode 100644 textures/xdecor_packed_ice.png diff --git a/crafts.lua b/crafts.lua index cef8f70..1647aa8 100644 --- a/crafts.lua +++ b/crafts.lua @@ -257,6 +257,14 @@ minetest.register_craft({ } }) +minetest.register_craft({ + output = "xdecor:packed_ice", + recipe = { + {"default:ice", "default:ice"}, + {"default:ice", "default:ice"} + } +}) + minetest.register_craft({ output = "xdecor:painting", recipe = { diff --git a/nodes.lua b/nodes.lua index b5ae908..4148522 100644 --- a/nodes.lua +++ b/nodes.lua @@ -427,6 +427,14 @@ xdecor.register("lightbox", { sounds = sound.glass }) +xdecor.register("packed_ice", { + drawtype = "normal", + description = "Packed Ice", + tiles = {"xdecor_packed_ice.png"}, + groups = {cracky=2}, + sounds = sound.glass +}) + local flowerstype = { "dandelion_white", "dandelion_yellow", "geranium", "rose", "tulip", "viola" } diff --git a/textures/xdecor_packed_ice.png b/textures/xdecor_packed_ice.png new file mode 100644 index 0000000000000000000000000000000000000000..c8047d62f44d4ac1ede1ab0b36ac73d8bad05153 GIT binary patch literal 275 zcmV+u0qp*XP)+2@BYc>{9~5gj<@7niqhrx|G??~ve@&W$?%iC z<%zQ6aH!*QpWmd^^PbW3w7|>-nj~q4e+;py8x=62r+L?|{R_T$v>7Y}-7^`+s78@%7h;7)S5cn`Qro4u`K!}WK zmM}r6>>2+MU4Eh16jyW`g0B=72hL*=q3Id8yr3wCQ{ak!?AqQ<)sAk>EH{s9F!N#; Z?E?po1LuB=>ly$6002ovPDHLkV1fZJhBN>G literal 0 HcmV?d00001