From f8d86c4f1a80464f18e122705649b28125edad1a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 26 Jul 2017 22:39:16 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20the=20=E2=80=9Chalf=E2=80=9D=20xpanes?= =?UTF-8?q?=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mods/ITEMS/xpanes/init.lua | 8 ++++---- .../textures/xpanes_pane_half_glass_black.png | Bin 211 -> 0 bytes .../textures/xpanes_pane_half_glass_blue.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_brown.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_cyan.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_gray.png | Bin 201 -> 0 bytes .../textures/xpanes_pane_half_glass_green.png | Bin 202 -> 0 bytes .../xpanes_pane_half_glass_light_blue.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_lime.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_magenta.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_natural.png | Bin 150 -> 0 bytes .../textures/xpanes_pane_half_glass_orange.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_pink.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_purple.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_red.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_silver.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_white.png | Bin 202 -> 0 bytes .../textures/xpanes_pane_half_glass_yellow.png | Bin 202 -> 0 bytes .../xpanes/textures/xpanes_pane_half_iron.png | Bin 191 -> 0 bytes 19 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_black.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_blue.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_brown.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_cyan.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_gray.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_green.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_light_blue.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_lime.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_magenta.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_natural.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_orange.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_pink.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_purple.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_red.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_silver.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_white.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_yellow.png delete mode 100644 mods/ITEMS/xpanes/textures/xpanes_pane_half_iron.png diff --git a/mods/ITEMS/xpanes/init.lua b/mods/ITEMS/xpanes/init.lua index e95a3814..1b540ee6 100644 --- a/mods/ITEMS/xpanes/init.lua +++ b/mods/ITEMS/xpanes/init.lua @@ -109,7 +109,7 @@ function xpanes.register_pane(name, def) inventory_image = def.inventory_image, wield_image = def.wield_image, paramtype2 = "facedir", - tiles = {def.textures[3], def.textures[3], def.textures[1]}, + tiles = {def.textures[3], def.textures[2], def.textures[1]}, use_texture_alpha = def.use_texture_alpha, groups = flatgroups, drop = drop, @@ -137,7 +137,7 @@ function xpanes.register_pane(name, def) sunlight_propagates = true, description = def.description, _doc_items_create_entry = false, - tiles = {def.textures[3], def.textures[3], def.textures[1]}, + tiles = {def.textures[3], def.textures[2], def.textures[1]}, use_texture_alpha = def.use_texture_alpha, groups = groups, drop = "xpanes:" .. name .. "_flat", @@ -179,7 +179,7 @@ local pane = function(description, node, append) xpanes.register_pane("pane"..append, { description = description, _doc_items_longdesc = "Glass panes are thin layers of glass which neatly connect to their neighbors as you build them.", - textures = {texture1, "xpanes_pane_half_glass"..append..".png", "xpanes_top_glass"..append..".png"}, + textures = {texture1, texture1, "xpanes_top_glass"..append..".png"}, use_texture_alpha = true, inventory_image = texture1, wield_image = texture1, @@ -199,7 +199,7 @@ end xpanes.register_pane("bar", { description = "Iron Bars", _doc_items_longdesc = "Iron bars neatly connect to their neighbors as you build them.", - textures = {"xpanes_pane_iron.png","xpanes_pane_half_iron.png","xpanes_top_iron.png"}, + textures = {"xpanes_pane_iron.png","xpanes_pane_iron.png","xpanes_top_iron.png"}, inventory_image = "xpanes_pane_iron.png", wield_image = "xpanes_pane_iron.png", groups = {pickaxey=1}, diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_black.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_black.png deleted file mode 100644 index 335fde22b579661f0dcb97e8bc6a212e42677690..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPGa2=EDUm6ViJR#w*0(eZE#H#If2 zv2%5IkFd41b@@=#4OGKk666>B|NsAK|6`}!v6EjK_2;ws}<1-CROfcbPZAuVidlq2ekuK0?tPrHh<0a6>-K^BI@Z18P#2LmK z&LXpoISxxS88FYBvoOp+TWWTLZfId)p=Nn`AtQs8q1jU-duk#w12{ph%pji(^OyV{(E(iaf=pOw2;e z#EcRJg7{3$_)G&66HItnn-T=so&^{fBnz||D+Hd)Dl3ZU$CEIqge@bN2&nV(@hJb6Mw<&;$Sx$T|%G diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_cyan.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_cyan.png deleted file mode 100644 index bc17799e9cfc6fbf3e9041a5542f2aa95daef00c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^4e$wZm6ViJR#w*0(XpGd(A3n_ zW7Y~=TibO4(;om8u$2V)1^@s5zv_S7jY*8^K#@347srqa#^eNn6oHTsp@bBHG83~9 zGclt?fgnCpGd|P6!~_#w)}{nOwr2qb2FU_##tK1dJYE8A+|5cY3y&?}Nt|J*k^Dla vMe@WGo~=!h7jLlStnBLU_MSDno11~vP)_?&;oSW|n;1M@{an^LB{Ts54S_q^ diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_gray.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_gray.png deleted file mode 100644 index 1bac821672a953a7a925fb087ac44f76ac0673a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`6FglULn;`LPB!FgP~dT`=1mI= zbMt$s%2UMhzVD}6zN2Y}8lV4$m;W=fO`pez-upfGn{CShO+L$I?wXaohGFj-KIpU^ z;}D4XWW&kgAhYmOsnpU5SD2?JT+n6n3GzDgfVp|Ot^s#8`wiwKp0+lPxlt1i7H~`a z`7au$FO+S$@08C}uZAPH=W{OCzOwv*pN!d>>r*c6h_9;$x{blp)z4*}Q$iB}$O1|4 diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_green.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_green.png deleted file mode 100644 index 815810f548c6d588fc6ebe06b972b7fb68e36383..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^4e$wZm6ViJR#w*0(WyE#(bUwm za!;?Vt!?qK`xAf)*h+%@g8%>jpZ`C2&p8=Jph%pji(^OyV{(E(iajpZ`C2&p8=Jph%pji(^OyV{(E(ia1pvLuVMi<4tgf|AT! s4p!k{mte^wPA8~r>mdKI;Vst02$ORBme*a diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_orange.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_orange.png deleted file mode 100644 index b07978a3fad891243ba014068ea85b187b4e22db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^4e$wZm6ViJR#w*0(YccCW@>7B zw<5^a*4Fg0j5|;PTS<^#@c;k+tNzE`n8c_K6p8b6aSW+oOimC;5eNwpN=OkXGcgM> z6EjK_2;ws}<1-CROfcbPZAuVidlq0|kSx$-K^BI@Yn*L#2JPf$uERj uBu_ly+1eC&@diuI%C7Ei?^(0Exfxgu<+Lvq&fO2RiNVv=&t;ucLK6VJ-#b14 diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_pink.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_pink.png deleted file mode 100644 index dedde276e2ab4562926797f3ee5fc9342e4339e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^4e$wZm6ViJR#w*0(K(hs-PF|d zeB}aLTidSJYwiLSu$2V)1^@s5zv_S7jY*8^K#@347srqa#^eNn6oHTsp@bBHG83~9 zGclt?fgnCpGd|P6!~_#w)}{nOwr2qb2FU_##tK1dJYE8A+|5cY3y&?}Nt|J*k^Dla vMe@WGo~=!h7jLlStnBLU_MSDno11~vP)_?&;oSW|n;1M@{an^LB{Ts5g;C#|x-{tt7}V`2YX^RsZ8|Okz|Aio|)kIEGX(CMO7_2!wq6zwvr&f;Q#;sSN)H>F^N$fC=%!C;uuoFn4BPxA`lWHl#n7&W?~j% zCT5f<5X5I{#%CIsm|()o+LR#3_AJ1_AX%WzSRqJ_$4j7%yIHAa;jslgi8Bl}l3xh5 uNS=7Yv$ZMm;tiIZm0jK4-m_+Rb2G3S%4uIJoVy=r6N9I#pUXO@geCy^tUIy* diff --git a/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_silver.png b/mods/ITEMS/xpanes/textures/xpanes_pane_half_glass_silver.png deleted file mode 100644 index 97b46ebf2d722e411d2d009ed8bb99378e87863d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPE^4e$wZm6ViJR#w*0(K&QrpQ)+o z{=K_wZEXvTS;c`0*h+%@g8%>jpZ`C2&p8=Jph%pji(^OyV{(E(ia_!@p6Yc5Z7*fF)+Ow6B*-*qee#L&{D-Z9PG?*K_xA&5; zZ&ndlQ)cntNKv`AhxPBss?(q5oX-s|zY^Fk-_AJKcL{Uf(aB%!Ip#I>ANmdKI;Vst0Efv&)&Kwi