same for juncus grass

This commit is contained in:
Vanessa Ezekowitz 2014-08-12 23:57:23 -04:00
parent c499030f7c
commit 6ac71ebf91
1 changed files with 2 additions and 0 deletions

View File

@ -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,