forked from VoxeLibre/VoxeLibre
Fix warning with leafdecay_distance
This commit is contained in:
parent
9ce4cd1281
commit
89c4720de1
|
@ -273,7 +273,7 @@ local register_leaves = function(subname, description, longdesc, tiles, sapling,
|
||||||
hoey=1,
|
hoey=1,
|
||||||
shearsy=1,
|
shearsy=1,
|
||||||
swordy=1,
|
swordy=1,
|
||||||
leafdecay=leafdecay_distance,
|
leafdecay=4,
|
||||||
flammable=2,
|
flammable=2,
|
||||||
leaves=1,
|
leaves=1,
|
||||||
deco_block=1,
|
deco_block=1,
|
||||||
|
|
Loading…
Reference in New Issue