master
HybridDog 2013-10-27 12:31:30 +01:00
parent 9eac811d72
commit a76a2bbec5
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ minetest.register_node("conifers:leaves", {
paramtype = "light", paramtype = "light",
groups = { groups = {
snappy = 3, snappy = 3,
leafdecay = 3, --leafdecay = 3,
flammable = 2 flammable = 2
}, },
drop = { drop = {
@ -138,7 +138,7 @@ minetest.register_node("conifers:leaves_special", {
paramtype = "light", paramtype = "light",
groups = { groups = {
snappy = 3, snappy = 3,
leafdecay = 3, --leafdecay = 3,
flammable = 2 flammable = 2
}, },
drop = { drop = {