Sponges are not transparent

This commit is contained in:
Wuzzy 2017-03-03 00:52:52 +01:00
parent 6127be0f91
commit 564ea7d99f
1 changed files with 0 additions and 2 deletions

View File

@ -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,