mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-01-13 02:40:22 +01:00
same for juncus grass
This commit is contained in:
parent
c499030f7c
commit
6ac71ebf91
@ -30,6 +30,7 @@ minetest.register_node("dryplants:juncus", {
|
|||||||
tiles = {"dryplants_juncus_03.png"},
|
tiles = {"dryplants_juncus_03.png"},
|
||||||
inventory_image = "dryplants_juncus_inv.png",
|
inventory_image = "dryplants_juncus_inv.png",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
buildable_to = true,
|
||||||
groups = {
|
groups = {
|
||||||
snappy=3,
|
snappy=3,
|
||||||
flammable=2,
|
flammable=2,
|
||||||
@ -64,6 +65,7 @@ minetest.register_node("dryplants:juncus_02", {
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
tiles = {"dryplants_juncus_02.png"},
|
tiles = {"dryplants_juncus_02.png"},
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
buildable_to = true,
|
||||||
groups = {
|
groups = {
|
||||||
snappy=3,
|
snappy=3,
|
||||||
flammable=2,
|
flammable=2,
|
||||||
|
Loading…
Reference in New Issue
Block a user