From ebf42f5f590c7f46e7009f7a8239c2c8405cbd1b Mon Sep 17 00:00:00 2001 From: cale Date: Fri, 12 Feb 2016 13:36:15 +0100 Subject: [PATCH] repainted some textures... --- mods/default/nodes.lua | 19 +++++++++++++++++++ mods/default/textures/default_liana.png | Bin 0 -> 410 bytes 2 files changed, 19 insertions(+) create mode 100644 mods/default/textures/default_liana.png diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 50e7836..f9a0980 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -429,6 +429,25 @@ minetest.register_node("default:mushroom", { groups = {crumbly = 3, plant = 1}, }) +minetest.register_node("default:liana", { + description = "Liana", + drawtype = "signlike", + tiles = {"default_liana.png"}, + inventory_image = "default_liana.png", + wield_image = "default_liana.png", + paramtype = "light", + paramtype2 = "wallmounted", + sunlight_propagates = true, + walkable = false, + climbable = true, + is_ground_content = false, + selection_box = { + type = "wallmounted", + }, + groups = {crumbly = 3, plant = 1}, + legacy_wallmounted = true, +}) + -- straw minetest.register_node("default:straw", { diff --git a/mods/default/textures/default_liana.png b/mods/default/textures/default_liana.png new file mode 100644 index 0000000000000000000000000000000000000000..74f41fb37bc5b7348c069877f4c05a4e56a071c7 GIT binary patch literal 410 zcmV;L0cHM)P)V6GIW?h+yK6TmH&=HTn{@KG zbtJ|ncES+E!f}A@+Zc{}y!(U@4fn@wA)YYV+V0CpWQftO6(k z*!Jv9K$Tg(Sf6UqbD$}Ds?PIJ$Wp`^6@n0PM#Gnci=9&vx^BCsWKF&mL-XbL_5qg> z8d3%3vqtS<5;HhqgNHzNNcjf