From 8e7134b0024076637b51b49b09319f616e6e9efa Mon Sep 17 00:00:00 2001 From: Glenn Engelbart Date: Sat, 28 Sep 2013 10:31:56 -0500 Subject: [PATCH] added moss with fungus --- trunks/nodes.lua | 21 +++++++++++++++++++++ trunks/textures/trunks_moss_fungus.png | Bin 0 -> 355 bytes 2 files changed, 21 insertions(+) create mode 100644 trunks/textures/trunks_moss_fungus.png diff --git a/trunks/nodes.lua b/trunks/nodes.lua index c9aa1e5..2386085 100644 --- a/trunks/nodes.lua +++ b/trunks/nodes.lua @@ -38,3 +38,24 @@ minetest.register_node("trunks:moss", { legacy_wallmounted = true, sounds = default.node_sound_leaves_defaults(), }) + +minetest.register_node("trunks:moss_fungus", { + description = "moss & fungus", + drawtype = "signlike", + tiles = {"trunks_moss_fungus.png"}, + inventory_image = "trunks_moss_fungus.png", + wield_image = "trunks_moss_fungus.png", + paramtype = "light", + paramtype2 = "wallmounted", + walkable = false, + --climbable = true, + selection_box = { + type = "wallmounted", + --wall_top = = + --wall_bottom = = + --wall_side = = + }, + groups = {choppy=2,oddly_breakable_by_hand=3,flammable=2}, + legacy_wallmounted = true, + sounds = default.node_sound_leaves_defaults(), +}) diff --git a/trunks/textures/trunks_moss_fungus.png b/trunks/textures/trunks_moss_fungus.png new file mode 100644 index 0000000000000000000000000000000000000000..3b8788ed56643f43b946c919a64103dc3132b597 GIT binary patch literal 355 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Ea{HEjtmSN`?>!lvI6;>1s;*b z3=DjSK$uZf!>a)(C{^MbQ4*Y=R#Ki=l*$m0n3-3i=jR%tP-d)Ws%L2E{@KYKsOr9_ zi(`m|e{axk-a`fgM@?Bpg+x_(a}KbHa9C-jHKfjHl6*0Pp;K~2=X3tx#cAN*&vUFxF3!7}q=p@u9!tBWh;ZYJA2 z2wBp6oPFN|V-AV#UW@tHxvg`i#U1rv$XqDtdVBu$!}q>NSD*8c;PhR^cGN;Tzi-+U zhOAW)DheFd9GUy`S9ndj>27R1o#R2@Q{%wjRla}ZAMsR3zYVzh?{oE>ON>`%$_Ixt w9xI5s{30}Z4)0alLk}FXdOpsVZ|@~ literal 0 HcmV?d00001