From b389f38120a00f9ee39cb0855ba614b290a90117 Mon Sep 17 00:00:00 2001
From: Paramat <paramat@users.noreply.github.com>
Date: Sat, 19 May 2018 18:57:01 +0100
Subject: [PATCH] Kelp: Add 'paramtype = light' to avoid black plantlike
 extension

---
 mods/default/nodes.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua
index c07cc6ef..261c2e7c 100644
--- a/mods/default/nodes.lua
+++ b/mods/default/nodes.lua
@@ -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 = {