mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Sponges are not transparent
This commit is contained in:
@ -21,7 +21,6 @@ minetest.register_node("mcl_sponges:sponge", {
|
|||||||
drawtype = "normal",
|
drawtype = "normal",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
tiles = {"mcl_sponges_sponge.png"},
|
tiles = {"mcl_sponges_sponge.png"},
|
||||||
paramtype = 'light',
|
|
||||||
walkable = true,
|
walkable = true,
|
||||||
pointable = true,
|
pointable = true,
|
||||||
diggable = true,
|
diggable = true,
|
||||||
@ -78,7 +77,6 @@ minetest.register_node("mcl_sponges:sponge_wet", {
|
|||||||
drawtype = "normal",
|
drawtype = "normal",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
tiles = {"mcl_sponges_sponge_wet.png"},
|
tiles = {"mcl_sponges_sponge_wet.png"},
|
||||||
paramtype = 'light',
|
|
||||||
walkable = true,
|
walkable = true,
|
||||||
pointable = true,
|
pointable = true,
|
||||||
diggable = true,
|
diggable = true,
|
||||||
|
Reference in New Issue
Block a user