forked from VoxeLibre/VoxeLibre
Sponges are not transparent
This commit is contained in:
parent
6127be0f91
commit
564ea7d99f
|
@ -21,7 +21,6 @@ minetest.register_node("mcl_sponges:sponge", {
|
|||
drawtype = "normal",
|
||||
is_ground_content = false,
|
||||
tiles = {"mcl_sponges_sponge.png"},
|
||||
paramtype = 'light',
|
||||
walkable = true,
|
||||
pointable = true,
|
||||
diggable = true,
|
||||
|
@ -78,7 +77,6 @@ minetest.register_node("mcl_sponges:sponge_wet", {
|
|||
drawtype = "normal",
|
||||
is_ground_content = false,
|
||||
tiles = {"mcl_sponges_sponge_wet.png"},
|
||||
paramtype = 'light',
|
||||
walkable = true,
|
||||
pointable = true,
|
||||
diggable = true,
|
||||
|
|
Loading…
Reference in New Issue