From c882f46eb6b7b0ad2ed47006484016124698f64d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 18 May 2018 22:11:08 +0200 Subject: [PATCH] Fix head node texture bugs --- mods/ITEMS/mcl_heads/init.lua | 11 +++++------ .../textures/mcl_heads_creeper_node.png | Bin 0 -> 676 bytes .../textures/mcl_heads_skeleton_node.png | Bin 0 -> 432 bytes .../mcl_heads/textures/mcl_heads_steve_node.png | Bin 0 -> 626 bytes .../textures/mcl_heads_wither_skeleton.png | Bin 256 -> 271 bytes .../textures/mcl_heads_wither_skeleton_node.png | Bin 0 -> 432 bytes .../mcl_heads_wither_skeleton_preview.png | Bin 160 -> 156 bytes .../textures/mcl_heads_zombie_node.png | Bin 0 -> 1112 bytes 8 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 mods/ITEMS/mcl_heads/textures/mcl_heads_creeper_node.png create mode 100644 mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton_node.png create mode 100644 mods/ITEMS/mcl_heads/textures/mcl_heads_steve_node.png create mode 100644 mods/ITEMS/mcl_heads/textures/mcl_heads_wither_skeleton_node.png create mode 100644 mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_node.png diff --git a/mods/ITEMS/mcl_heads/init.lua b/mods/ITEMS/mcl_heads/init.lua index 88ba0c64..180affe2 100644 --- a/mods/ITEMS/mcl_heads/init.lua +++ b/mods/ITEMS/mcl_heads/init.lua @@ -19,7 +19,6 @@ local function addhead(name, texture, desc, longdesc) }, groups = {handy=1, armor_head=1,non_combat_armor=1, head=1, deco_block=1, dig_by_piston=1}, -- The head textures are based off the textures of an actual mob. - -- FIXME: This code assumes 16×16 textures for the mob textures! tiles = { -- Note: bottom texture is overlaid over top texture to get rid of possible transparency. -- This is required for skeleton skull and wither skeleton skull. @@ -49,9 +48,9 @@ local function addhead(name, texture, desc, longdesc) end -- Add heads -addhead("zombie", "mobs_mc_zombie.png", "Zombie Head", "A zombie head is a small decorative block which resembles the head of a zombie. It can also be worn as a helmet for fun, but does not offer any protection.") -addhead("creeper", "mobs_mc_creeper.png", "Creeper Head", "A creeper head is a small decorative block which resembles the head of a creeper. It can also be worn as a helmet for fun, but does not offer any protection.") +addhead("zombie", "mcl_heads_zombie_node.png", "Zombie Head", "A zombie head is a small decorative block which resembles the head of a zombie. It can also be worn as a helmet for fun, but does not offer any protection.") +addhead("creeper", "mcl_heads_creeper_node.png", "Creeper Head", "A creeper head is a small decorative block which resembles the head of a creeper. It can also be worn as a helmet for fun, but does not offer any protection.") -- Original Minecraft name: “Head” -addhead("steve", "character.png", "Human Head", "A human head is a small decorative block which resembles the head of a human (i.e. a player character). It can also be worn as a helmet for fun, but does not offer any protection.") -addhead("skeleton", "mobs_mc_skeleton.png", "Skeleton Skull", "A skeleton skull is a small decorative block which resembles the head of a skeleton. It can also be worn as a helmet for fun, but does not offer any protection.") -addhead("wither_skeleton", "mobs_mc_wither_skeleton.png", "Wither Skeleton Skull", "A wither skeleton skull is a small decorative block which resembles the head of a wither skeleton. It can also be worn as a helmet for fun, but does not offer any protection.") +addhead("steve", "mcl_heads_steve_node.png", "Human Head", "A human head is a small decorative block which resembles the head of a human (i.e. a player character). It can also be worn as a helmet for fun, but does not offer any protection.") +addhead("skeleton", "mcl_heads_skeleton_node.png", "Skeleton Skull", "A skeleton skull is a small decorative block which resembles the head of a skeleton. It can also be worn as a helmet for fun, but does not offer any protection.") +addhead("wither_skeleton", "mcl_heads_wither_skeleton_node.png", "Wither Skeleton Skull", "A wither skeleton skull is a small decorative block which resembles the head of a wither skeleton. It can also be worn as a helmet for fun, but does not offer any protection.") diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper_node.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_creeper_node.png new file mode 100644 index 0000000000000000000000000000000000000000..99b432ac67db7900cdbf4ad0075288fc59381168 GIT binary patch literal 676 zcmeAS@N?(olHy`uVBq!ia0y~yU~phyU{GLTW?*0l*qpqbfq_9Kz$e6&fq}s-!#r(f zU}%j)Mv!}XT+sjj{{!tzTXtncd)myb%Wuh!3A`Zkfq{X6y(GvlnBhMNFm%*9=#lF0S5~e#er2N5 zu^S59U+*7qeq6uq*&PMto%dfJ{N3^R<-JhpX2$7GCsyml?|$Ka{~OQD=Rf>6v>p08 z<2irq{xeseuko2x9&n-QyMyvK&&}boA7N_s2h4-^+Grha`O$ z*w5V1^!TTL*WdMfU9K`-U!XUy|K=XmRbFDaFh;a1B_fYAV1z&t!}JclkiV3V$}Q8F72+ zb|eQsE98?&$hsiV=gM!8XPnkA!F=Naui=dnx2gpk>+0FQRlH)l?PkniHs`Zkg%od` z&;7j{Pg?D<-L{@{O?5(0_ktqd`4^`f^2E386SVo(@F(8O=V{6gUK_XhHf6?T>-AE1 z6l(N0SS&lN-_&8z)TXkj;86@qW}?#+q56=>f35~~bDEu`j!oU5$E1BD=}Ak_+2&VD j2Lf9!vMd#<{lH$oYj3CD8}~B|3=9mOu6{1-oD!M<@hUbZ literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton_node.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_skeleton_node.png new file mode 100644 index 0000000000000000000000000000000000000000..0af86cd6a5e79a56e21ea9fb18cc64e40cc99731 GIT binary patch literal 432 zcmeAS@N?(olHy`uVBq!ia0y~yU~phyU{GLTW?*0l*qpqbfq_9Tz$e7@|NsBBwY7bH zeI+F&$;runetz@k&$qI$m@;KbK|z7nj~!hM3=E7VL4Lsu4$p3+F)%PXc)B=-R4^`` zV0cQ}P@r}GH2b|K8f|ZF9=p6;%N>!%sX2K9cLd9B|HSwMu2IvgZ+mDzI(j&7R?V@f zikdSvY@%Hg+nKK2IJ%?$|GU@bYXrH)4E~F3bNF6==nz+^P=x+VuFf0IANMfsJn%L8 zzxQMN9J3m$X{M#3CaTE~g)i#)>2Ru88m#9Oa@D(jI#lJ9-7#5{LrM>yrwb}_DoIKu z70%Dw9`D!jntxVfQ@{zGneF=D@0U9`d(QPqzmt4SDm%nXERJ=m?XS8k+EHfi{31fB z3LCcHy>=x>tZk*3jsnY!6ux_&r`0UByJ^n(S#fUOU;al9n+@917oJ;`z_)aXbZCBq z#`pdMG3r<3ew^Nx?ey@&HMK21+$wS&M!pe3X}4Oo?`#&c`aO&Hsep!nb#iRA_63XY o6Ms}!Z*1|OVzXU*#!u#u$BtLn17$)O7#J8lUHx3vIVCg!0KUJlk^lez literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_steve_node.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_steve_node.png new file mode 100644 index 0000000000000000000000000000000000000000..8bf839e71531cf95085289defbbbed4b7dacb23a GIT binary patch literal 626 zcmeAS@N?(olHy`uVBq!ia0y~yU~phyU{K&-W?*2L>fE=Dfq}t3z$e6&fq}tLQ6j|A zz)4?uae7#skL9MSn( zJZH9MTh-hH8O2x<u;uxZJGi~6+EnZhrAhmJsGMP8~zz+>c2e3%`$6h@1mXOPHtz};@09I!R)Q>94BAk zt)NoEKJ&TTEFXoYO%=*)4x!E|92-0zZZFyta7m#h@dGEbu|xO1|C{43HUGWav_$)7 z*vE4ZLlfi;)-&FFytB}3(z!x5Lze2f`!oKj9%y{v*x+PPELZvc;-W6iqce){+@9ns zboSB4cvlk<`8)>BQy1>7yZP%sLN){3=YiFE7rNd zcBS~hiOQZi3RBnu-U^$qlQ!6W%9-J?w1auW1cj{9sdiiP8iW{LO?F@4a_hw+wI|X} zED0-C#@R9bI>FZTk*hcNOPcAYj)ECdF7-boIi2!ntXZ&lgSE|d#uvq9eHSl2EPIsp zPHLKXLHvtH=61{fGv9n6v+UmwRj21qT0MSvmuQZF6g6XMFiz+hx#WM*b&U|^u5qoby#W^HY)sHkXRVG)>HY{9_5z*rLG z7tG-B>_!>`1H&Ru7srqa#w8OB*BvqtaQR-}DYst1)Y#E`zAfX4MQzGQoV@%e#>ns9 z=6iUvj(FWI$+cSo%8&GXk+{43@w<<2xaQsL{!=UJr}Te6XHKX~XwZ^)qm*@B&gJY< zJWqAEoBp%mnUQa~%*B+;Pa*B!BMPq)Evt^=@ma(>`M{s){0|NtNNswPKgTu2M zX$%YuGd*1#Ln;{G_8;Uu=(6MIIaZa@Ft&((}yymozT zxyNK`E}rbXM%|-U*131dWKV|1-*5l0aj5HZOT3zFbA&fNRwB>f0XLkB%PBn^kixs-otM z4V!4!#CE1@H;(S8|Nri_`5HlPF@ygi+Z?{vA3DSpDioprlB@HE^T$1mI}dz~{_p+R zKF6%aYMN=OsEKOwL*a{hema~gmImuNg*I?QWWLepZ~D_m}^X!)AlF^o8dZCGag>A|0CFpz*!` zK#ckoxgV#uWjj6ma7}HC54Vb(hmmiDP};4Q?K_*rtbWhpeJY?KV4WOWt$o4b`@|pB k)f-#Plzi61A~!~k(rs9wY9aPqN0wDj&*rq5(5JRV@Z%-FoVOh8)*y- z3>Ka)jv*C{$q5MpLLp%(42+41uFeL|o)-f+4jD9g&9sFVdQ&MBb@0F5*xxc~qF delta 131 zcmbQkxPWnjN{wiMPlzi614B!&+tiHk6^;2t&X$QrTE^O%9>MK-3=9m6B|(0{3=Yq3 zq%klsSbDlRhEy;nCnN|MnT4?gIkZg@YFU`GB!?w!huX^42Fbj0YMKdd6E<$tnjx6A jM20JHv4+SYgB(VN(uZtIi|-_X3}Nte^>bP0l+XkKcmFC# diff --git a/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_node.png b/mods/ITEMS/mcl_heads/textures/mcl_heads_zombie_node.png new file mode 100644 index 0000000000000000000000000000000000000000..ef85701e8f5f965cf902bee67349bf5d1fc54a96 GIT binary patch literal 1112 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4rT@hhPm4t-!L#R+zaptaRmuxxP&)_M|VW~ zRtCm)#rl-`7=)OIH%I^f|9{K6j?HUZH>_^Vo0+|OVd<=i$rdp-zQw))6#*_;?m<;S z&gsr6lT&7H?UzxP4RAKl@-pxY*p8Y>cKV`CBWTgMJsS!(; zSUJo#vS^Q3yvW{dm3?VR+S)a#YgW6rwc3@I7{K!HvkgMb{mrxsW@cB# zc{XJP&uq=kOBSE;$B+uf zn#qlPiwp!@teH2h30U7T@5TT67rqx~-EphsoS9P)SID`NvFvXnGmrH&CW&K$@9O5H z8OjE?{AFzSW1GPclptXo9nVN z;-+P94Bvj%a5e+;W^My+CEeFcW6qrxW&5Lg;n|F7ibZdOYgg6pJ~`o>>kAHM>r)q= z&Cpu$WD0{`@Y`@_Evtms>8x4hDz{`N-=6k)TVTj#>A$RjDi?hJa^&{SoWFkKw4Xh) zYI6g-^d@|_?le2jvN=+%Axq)D_m#U|h5{;U&Kk~)U2%}>hy&k>CU-&p>Wj~2RB+v! zUwt~{r@K_-3R3|V!x`(p32fCoyfgdm{r?L+wjF=;uRLAd}>JI$xIDdVTg; zirMbh0vDpcxLujn&$Mj&mzRI;8Ej`<)%4-$e%`ZP;5D9&fz;{F=rki@sQK@vUl|Y!b7kNY_XTFsk>>6>*kj z;p}mAFm_+$ao}`=r-YxHqPD}V29vX!Y`iZ=H@Ga?&TuX90LKl6S-A{m^#=68 zw&edyn zjyuLA@)R-tWmK11FrD$-ISsZQ4ve|H1xH!gS{WC!DI7>JYxp;_bFzfPPR1JtRxolf zWNp~EvGG=FUf!ce4vadt+BY-KXwYF65q0EsDlg~f_xFE3F@s_0O92Lz%OcXp?9T51 O