forked from luanti-org/minetest_game
		
	Default/nodes: Fix acacia leaves not waving
This commit is contained in:
		| @@ -651,6 +651,7 @@ minetest.register_node("default:acacia_leaves", { | |||||||
| 	drawtype = "allfaces_optional", | 	drawtype = "allfaces_optional", | ||||||
| 	visual_scale = 1.3, | 	visual_scale = 1.3, | ||||||
| 	tiles = {"default_acacia_leaves.png"}, | 	tiles = {"default_acacia_leaves.png"}, | ||||||
|  | 	waving = 1, | ||||||
| 	paramtype = "light", | 	paramtype = "light", | ||||||
| 	is_ground_content = false, | 	is_ground_content = false, | ||||||
| 	groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, | 	groups = {snappy = 3, leafdecay = 3, flammable = 2, leaves = 1}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user