diff --git a/nodes.lua b/nodes.lua index 7510b9c..ea78c16 100644 --- a/nodes.lua +++ b/nodes.lua @@ -138,7 +138,6 @@ local nodes = { description = S("Iron Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^[colorize:#DEDEDE", "default_glass_detail.png^[colorize:#DEDEDE"}, - --tiles = {"moreblocks_iron_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -149,7 +148,6 @@ local nodes = { description = S("Coal Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^[colorize:#828282", "default_glass_detail.png^[colorize:#828282"}, - --tiles = {"moreblocks_coal_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -160,7 +158,6 @@ local nodes = { description = S("Clean Glass"), drawtype = "glasslike_framed_optional", tiles = {"moreblocks_clean_glass.png", "moreblocks_clean_glass_detail.png"}, - --tiles = {"moreblocks_clean_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -260,7 +257,6 @@ local nodes = { description = S("Trap Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^moreblocks_trap_box_glass.png", "default_glass_detail.png"}, - --tiles = {"default_glass.png^moreblocks_trap_box_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -273,7 +269,6 @@ local nodes = { description = S("Trap Obsidian Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_obsidian_glass.png^moreblocks_trap_box_glass.png", "default_obsidian_glass_detail.png"}, - --tiles = {"default_obsidian_glass.png^moreblocks_trap_box_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -343,7 +338,6 @@ local nodes = { description = S("Glow Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^[colorize:#E9CD61", "default_glass_detail.png^[colorize:#E9CD61"}, - --tiles = {"moreblocks_glow_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -355,7 +349,6 @@ local nodes = { description = S("Trap Glow Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^[colorize:#E9CD61^moreblocks_trap_box_glass.png", "default_glass_detail.png^[colorize:#E9CD61"}, - --tiles = {"moreblocks_glow_glass.png^moreblocks_trap_box_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -369,7 +362,6 @@ local nodes = { description = S("Super Glow Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^[colorize:#FFFF78", "default_glass_detail.png^[colorize:#FFFF78"}, - --tiles = {"moreblocks_super_glow_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, @@ -381,7 +373,6 @@ local nodes = { description = S("Trap Super Glow Glass"), drawtype = "glasslike_framed_optional", tiles = {"default_glass.png^[colorize:#FFFF78^moreblocks_trap_box_glass.png", "default_glass_detail.png^[colorize:#FFFF78"}, - --tiles = {"moreblocks_super_glow_glass.png^moreblocks_trap_box_glass.png"}, paramtype = "light", sunlight_propagates = true, is_ground_content = false, diff --git a/textures/moreblocks_coal_glass.png b/textures/moreblocks_coal_glass.png deleted file mode 100644 index 5cb7227..0000000 Binary files a/textures/moreblocks_coal_glass.png and /dev/null differ diff --git a/textures/moreblocks_coal_glass_detail.png b/textures/moreblocks_coal_glass_detail.png deleted file mode 100644 index 5ea081f..0000000 Binary files a/textures/moreblocks_coal_glass_detail.png and /dev/null differ diff --git a/textures/moreblocks_glow_glass.png b/textures/moreblocks_glow_glass.png deleted file mode 100644 index 843bebf..0000000 Binary files a/textures/moreblocks_glow_glass.png and /dev/null differ diff --git a/textures/moreblocks_glow_glass_detail.png b/textures/moreblocks_glow_glass_detail.png deleted file mode 100644 index ea67bc3..0000000 Binary files a/textures/moreblocks_glow_glass_detail.png and /dev/null differ diff --git a/textures/moreblocks_iron_glass.png b/textures/moreblocks_iron_glass.png deleted file mode 100644 index 51be0d6..0000000 Binary files a/textures/moreblocks_iron_glass.png and /dev/null differ diff --git a/textures/moreblocks_iron_glass_detail.png b/textures/moreblocks_iron_glass_detail.png deleted file mode 100644 index 2b8fc12..0000000 Binary files a/textures/moreblocks_iron_glass_detail.png and /dev/null differ diff --git a/textures/moreblocks_super_glow_glass.png b/textures/moreblocks_super_glow_glass.png deleted file mode 100644 index a9d4c5f..0000000 Binary files a/textures/moreblocks_super_glow_glass.png and /dev/null differ diff --git a/textures/moreblocks_super_glow_glass_detail.png b/textures/moreblocks_super_glow_glass_detail.png deleted file mode 100644 index e321a5c..0000000 Binary files a/textures/moreblocks_super_glow_glass_detail.png and /dev/null differ