Skip to content

Commit b389f38

Browse files
authoredMay 19, 2018
Kelp: Add 'paramtype = light' to avoid black plantlike extension
1 parent 64470dc commit b389f38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mods/default/nodes.lua

+1
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,7 @@ minetest.register_node("default:sand_with_kelp", {
16851685
tiles = {"default_sand.png"},
16861686
special_tiles = {{name = "default_kelp.png", tileable_vertical = true}},
16871687
inventory_image = "default_kelp.png",
1688+
paramtype = "light",
16881689
paramtype2 = "leveled",
16891690
groups = {snappy = 3},
16901691
selection_box = {

0 commit comments

Comments
 (0)
Please sign in to comment.