forked from VoxeLibre/VoxeLibre
Add `compostability` group to mangrove leaves.
This commit is contained in:
parent
c33d7d0106
commit
1b0b2b8b04
|
@ -98,7 +98,7 @@ local l_def = {
|
||||||
groups = {
|
groups = {
|
||||||
handy = 1, hoey = 1, shearsy = 1, swordy = 1, dig_by_piston = 1,
|
handy = 1, hoey = 1, shearsy = 1, swordy = 1, dig_by_piston = 1,
|
||||||
flammable = 2, fire_encouragement = 30, fire_flammability = 60,
|
flammable = 2, fire_encouragement = 30, fire_flammability = 60,
|
||||||
leaves = 1, deco_block = 1
|
leaves = 1, deco_block = 1, compostability = 30
|
||||||
},
|
},
|
||||||
drop = get_drops(0),
|
drop = get_drops(0),
|
||||||
_mcl_shears_drop = true,
|
_mcl_shears_drop = true,
|
||||||
|
|
Loading…
Reference in New Issue