forked from luanti-org/minetest_game
		
	Leafdecay: Change Aspen radius back to 3
Although the new aspen tree schematic only requires a radius of 2 the many existing aspen trees in a world require radius 3.
This commit is contained in:
		| @@ -2203,7 +2203,7 @@ default.register_leafdecay({ | ||||
| default.register_leafdecay({ | ||||
| 	trunks = {"default:aspen_tree"}, | ||||
| 	leaves = {"default:aspen_leaves"}, | ||||
| 	radius = 2, | ||||
| 	radius = 3, | ||||
| }) | ||||
|  | ||||
| default.register_leafdecay({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user