mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-25 10:11:32 +01:00
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,
|
||||
shearsy=1,
|
||||
swordy=1,
|
||||
leafdecay=leafdecay_distance,
|
||||
leafdecay=4,
|
||||
flammable=2,
|
||||
leaves=1,
|
||||
deco_block=1,
|
||||
|
Loading…
Reference in New Issue
Block a user