mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 15:23:51 +01:00
Kelp: Add 'paramtype = light' to avoid black plantlike extension
This commit is contained in:
parent
64470dc786
commit
b389f38120
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user