From 652d4316649632e0e96812183d2c7299ec749c34 Mon Sep 17 00:00:00 2001 From: Foz Date: Fri, 29 Dec 2017 18:03:18 -0500 Subject: [PATCH] Remove commented code and unused textures. --- nodes.lua | 9 --------- textures/moreblocks_coal_glass.png | Bin 155 -> 0 bytes textures/moreblocks_coal_glass_detail.png | Bin 159 -> 0 bytes textures/moreblocks_glow_glass.png | Bin 157 -> 0 bytes textures/moreblocks_glow_glass_detail.png | Bin 161 -> 0 bytes textures/moreblocks_iron_glass.png | Bin 158 -> 0 bytes textures/moreblocks_iron_glass_detail.png | Bin 163 -> 0 bytes textures/moreblocks_super_glow_glass.png | Bin 154 -> 0 bytes textures/moreblocks_super_glow_glass_detail.png | Bin 156 -> 0 bytes 9 files changed, 9 deletions(-) delete mode 100644 textures/moreblocks_coal_glass.png delete mode 100644 textures/moreblocks_coal_glass_detail.png delete mode 100644 textures/moreblocks_glow_glass.png delete mode 100644 textures/moreblocks_glow_glass_detail.png delete mode 100644 textures/moreblocks_iron_glass.png delete mode 100644 textures/moreblocks_iron_glass_detail.png delete mode 100644 textures/moreblocks_super_glow_glass.png delete mode 100644 textures/moreblocks_super_glow_glass_detail.png diff --git a/nodes.lua b/nodes.lua index 5054557..0552cef 100644 --- a/nodes.lua +++ b/nodes.lua @@ -144,7 +144,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, @@ -155,7 +154,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, @@ -166,7 +164,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, @@ -266,7 +263,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, @@ -279,7 +275,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, @@ -349,7 +344,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, @@ -361,7 +355,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, @@ -375,7 +368,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, @@ -387,7 +379,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 5cb72277e72dce276e6b6ace0b5647bbda00c055..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`NuDl_Ar_~TbF#92oo`^ha`md= zqe;$;E}DlHPw#9DYIxJMGI;r;lCxi4Uj8rql(i=A&?>RnZRgJUEsAmS{GrG+F(_E0 zkM)(5gBQ<(DH*xBOKqeI)uggqWUnrsxI(8}Kbx7M%Ey0wPKHz`&^887S3j3^P6;W`?r|&P=(gr(vp_X8!8YngeH)UKfAYSj(Uw)_*j&>{;Wg zX;Vu6So^%$v?ch*vWcYaiS0ulIkj0cazGr>mdK II;Vst0M)uX$^ZZW diff --git a/textures/moreblocks_glow_glass.png b/textures/moreblocks_glow_glass.png deleted file mode 100644 index 843bebf1459e2aea522236fb6d631d6668890ee6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`DV{ElAr_~TYbwn?+B1tOFVdQ&MBb@ E0JO9*6aWAK diff --git a/textures/moreblocks_glow_glass_detail.png b/textures/moreblocks_glow_glass_detail.png deleted file mode 100644 index ea67bc359da8019ed8eec64dee8177894b878429..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`8J;eVAr_~TYbwnqGD-`W&pY4X z&BrRRl%qdRjm?X36L(zPsz3d~cc0$+?^5~j>CGemD|CMMFBFfK*t2Is?{U?u|5pmu zbvP`!BGQ%IxQlIq5c7`3A7hL}7YS;v>L@$e;Hs=_$oAm$Ee54;zGA=LssgQKVDNPH Kb6Mw<&;$T~k~=*B diff --git a/textures/moreblocks_iron_glass.png b/textures/moreblocks_iron_glass.png deleted file mode 100644 index 51be0d63f29ed24a3560e0a92197c79a91e95300..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`sh%#5Ar_~%PIlxw;K1UVUM2F~ z{_>58M_jw!m?SP*Sl=yg^DOFgn=-?Uz&A@nE-m~f75Y}zp!i1bs;I1%%N}{_!W~=| zc6LM@|2I!HEcTR074JR)4rU;K$KqEuf9nmF#eMs7%lu|W?v#7S+4cb~WbkzLb6Mw< G&;$UrT|P(v diff --git a/textures/moreblocks_iron_glass_detail.png b/textures/moreblocks_iron_glass_detail.png deleted file mode 100644 index 2b8fc120d7b65ad8a0b4bf9d1f3da712222c6bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`S)MMAAr_~PPIlxwpuoYh)&JrD z{3w07R{aafxgt)@p5M82b_i=XY!Vg}UHvU+#mSj_y}~}TCi86l<>KP(&#>T}QEXbd zd1i_kaF>`R%)w{_p(6WT&4P+U