From 6ac71ebf91b7d83c96fdcf3964435f6b454bbd4d Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 12 Aug 2014 23:57:23 -0400 Subject: [PATCH] same for juncus grass --- dryplants/juncus.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dryplants/juncus.lua b/dryplants/juncus.lua index 8f82d7d..093d35f 100644 --- a/dryplants/juncus.lua +++ b/dryplants/juncus.lua @@ -30,6 +30,7 @@ minetest.register_node("dryplants:juncus", { tiles = {"dryplants_juncus_03.png"}, inventory_image = "dryplants_juncus_inv.png", walkable = false, + buildable_to = true, groups = { snappy=3, flammable=2, @@ -64,6 +65,7 @@ minetest.register_node("dryplants:juncus_02", { paramtype = "light", tiles = {"dryplants_juncus_02.png"}, walkable = false, + buildable_to = true, groups = { snappy=3, flammable=2,