Skip to content

Commit

Permalink
Kelp: Add 'paramtype = light' to avoid black plantlike extension
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat committed May 19, 2018
1 parent 64470dc commit b389f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/default/nodes.lua
Expand Up @@ -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 = {
Expand Down

0 comments on commit b389f38

Please sign in to comment.