forked from luanti-org/minetest_game
		
	Kelp: Add 'paramtype = light' to avoid black plantlike extension
This commit is contained in:
		| @@ -1685,6 +1685,7 @@ minetest.register_node("default:sand_with_kelp", { | |||||||
| 	tiles = {"default_sand.png"}, | 	tiles = {"default_sand.png"}, | ||||||
| 	special_tiles = {{name = "default_kelp.png", tileable_vertical = true}}, | 	special_tiles = {{name = "default_kelp.png", tileable_vertical = true}}, | ||||||
| 	inventory_image = "default_kelp.png", | 	inventory_image = "default_kelp.png", | ||||||
|  | 	paramtype = "light", | ||||||
| 	paramtype2 = "leveled", | 	paramtype2 = "leveled", | ||||||
| 	groups = {snappy = 3}, | 	groups = {snappy = 3}, | ||||||
| 	selection_box = { | 	selection_box = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user