Kelp: Add 'paramtype = light' to avoid black plantlike extension
authorParamat <paramat@users.noreply.github.com>
Sat, 19 May 2018 17:57:01 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Sat, 19 May 2018 17:57:01 +0000 (18:57 +0100)
mods/default/nodes.lua

index c07cc6ef59504cf4f2ee3b0c5189815a06aaf208..261c2e7ce17504b9e8e4fb8cdf3bc2ee6134096f 100644 (file)
@@ -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 = {