mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-05 09:50:27 +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"},
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user