From 573be7d5bf7009aea676a7eed8101ead936054a1 Mon Sep 17 00:00:00 2001 From: jp Date: Sun, 16 Aug 2015 12:30:54 +0200 Subject: [PATCH] Add chainlink --- nodes.lua | 17 +++++++++++++++++ textures/xdecor_chainlink.png | Bin 0 -> 170 bytes 2 files changed, 17 insertions(+) create mode 100644 textures/xdecor_chainlink.png diff --git a/nodes.lua b/nodes.lua index 7f07d24..892a9e4 100644 --- a/nodes.lua +++ b/nodes.lua @@ -135,6 +135,23 @@ if minetest.get_modpath("bucket") then }) end +xpanes.register_pane("chainlink", { + description = "Chain Link", + tiles = {"xdecor_chainlink.png"}, + drawtype = "airlike", + paramtype = "light", + textures = {"xdecor_chainlink.png", "xdecor_chainlink.png", + "xpanes_space.png"}, + inventory_image = "xdecor_chainlink.png", + wield_image = "xdecor_chainlink.png", + groups = {snappy=3, pane=1}, + recipe = { + {"default:steel_ingot", "", "default:steel_ingot"}, + {"", "default:steel_ingot", ""}, + {"default:steel_ingot", "", "default:steel_ingot"} + } +}) + xdecor.register("chair", { description = "Chair", tiles = {"xdecor_wood.png"}, diff --git a/textures/xdecor_chainlink.png b/textures/xdecor_chainlink.png new file mode 100644 index 0000000000000000000000000000000000000000..bd8f7cfee31c1ed29d1c0a9cbccb1d34d2b73178 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^3h)VW1=98P^?`wb#l^)=PEM02 zPcHDdc^D|lSQ6wH%;50sMjDXg=IP=X!g1ZT=QJmSp@37V-FMwoZ_oc%UFI|@$knV^ z!6Vjup#6T)6xNm}FH2O!WDVT9niqVi