mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	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"},
 | 
			
		||||
	special_tiles = {{name = "default_kelp.png", tileable_vertical = true}},
 | 
			
		||||
	inventory_image = "default_kelp.png",
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
	paramtype2 = "leveled",
 | 
			
		||||
	groups = {snappy = 3},
 | 
			
		||||
	selection_box = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user