From 67268c7985007ba5457d239be431f8bd0b772c6a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 28 Jul 2017 02:55:00 +0200 Subject: [PATCH] Add banner pattern files --- mods/ITEMS/mcl_banners/init.lua | 42 ++++++++++++++++++ .../textures/mcl_banners_base_inverted.png | Bin 190 -> 99 bytes .../textures/mcl_banners_border.png | Bin 0 -> 124 bytes .../textures/mcl_banners_bricks.png | Bin 0 -> 166 bytes .../textures/mcl_banners_circle.png | Bin 0 -> 153 bytes .../textures/mcl_banners_creeper.png | Bin 0 -> 132 bytes .../textures/mcl_banners_cross.png | Bin 0 -> 200 bytes .../textures/mcl_banners_curly_border.png | Bin 0 -> 211 bytes .../textures/mcl_banners_diagonal_left.png | Bin 0 -> 169 bytes .../textures/mcl_banners_diagonal_right.png | Bin 0 -> 168 bytes .../textures/mcl_banners_diagonal_up_left.png | Bin 0 -> 168 bytes .../mcl_banners_diagonal_up_right.png | Bin 0 -> 170 bytes .../textures/mcl_banners_flower.png | Bin 0 -> 939 bytes .../textures/mcl_banners_gradient.png | Bin 0 -> 172 bytes .../textures/mcl_banners_gradient_up.png | Bin 0 -> 174 bytes .../textures/mcl_banners_half_horizontal.png | Bin 0 -> 112 bytes .../mcl_banners_half_horizontal_bottom.png | Bin 0 -> 98 bytes .../textures/mcl_banners_half_vertical.png | Bin 0 -> 115 bytes .../mcl_banners_half_vertical_right.png | Bin 0 -> 117 bytes .../textures/mcl_banners_rhombus.png | Bin 0 -> 153 bytes .../textures/mcl_banners_skull.png | Bin 0 -> 347 bytes .../textures/mcl_banners_small_stripes.png | Bin 0 -> 117 bytes .../mcl_banners_square_bottom_left.png | Bin 0 -> 114 bytes .../mcl_banners_square_bottom_right.png | Bin 0 -> 112 bytes .../textures/mcl_banners_square_top_left.png | Bin 0 -> 112 bytes .../textures/mcl_banners_square_top_right.png | Bin 0 -> 112 bytes .../textures/mcl_banners_straight_cross.png | Bin 0 -> 122 bytes .../textures/mcl_banners_stripe_bottom.png | Bin 0 -> 114 bytes .../textures/mcl_banners_stripe_center.png | Bin 0 -> 114 bytes .../textures/mcl_banners_stripe_downleft.png | Bin 0 -> 198 bytes .../textures/mcl_banners_stripe_downright.png | Bin 0 -> 202 bytes .../textures/mcl_banners_stripe_left.png | Bin 0 -> 114 bytes .../textures/mcl_banners_stripe_middle.png | Bin 0 -> 108 bytes .../textures/mcl_banners_stripe_right.png | Bin 0 -> 117 bytes .../textures/mcl_banners_stripe_top.png | Bin 0 -> 112 bytes .../textures/mcl_banners_thing.png | Bin 0 -> 662 bytes .../textures/mcl_banners_triangle_bottom.png | Bin 0 -> 361 bytes .../textures/mcl_banners_triangle_top.png | Bin 0 -> 173 bytes .../textures/mcl_banners_triangles_bottom.png | Bin 0 -> 138 bytes .../textures/mcl_banners_triangles_top.png | Bin 0 -> 135 bytes 40 files changed, 42 insertions(+) create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_border.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_bricks.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_circle.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_creeper.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_cross.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_curly_border.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_left.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_right.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_left.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_right.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_flower.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_gradient.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_gradient_up.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_half_horizontal.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_half_horizontal_bottom.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical_right.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_rhombus.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_skull.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_small_stripes.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_square_bottom_left.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_square_bottom_right.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_left.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_right.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_straight_cross.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_bottom.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_center.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_downleft.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_downright.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_left.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_middle.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_right.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_top.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_thing.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_triangle_bottom.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_triangle_top.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_bottom.png create mode 100644 mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_top.png diff --git a/mods/ITEMS/mcl_banners/init.lua b/mods/ITEMS/mcl_banners/init.lua index 44a3fa22..47bfcb24 100644 --- a/mods/ITEMS/mcl_banners/init.lua +++ b/mods/ITEMS/mcl_banners/init.lua @@ -29,6 +29,48 @@ local colors = { ["unicolor_light_blue"] = {"light_blue", "Light Blue Banner", "mcl_wool:light_blue", "#4040CFE0" }, } +local patterns = { + "base", + "border", + "bricks", + "circle", + "creeper", + "cross", + "curly_border", + "diagonal_left", + "diagonal_right", + "diagonal_up_left", + "diagonal_up_right", + "flower", + "gradient", + "gradient_up", + "half_horizontal_bottom", + "half_horizontal", + "half_vertical", + "half_vertical_right", + "thing", + "rhombus", + "skull", + "small_stripes", + "square_bottom_left", + "square_bottom_right", + "square_top_left", + "square_top_right", + "straight_cross", + "stripe_bottom", + "stripe_center", + "stripe_downleft", + "stripe_downright", + "stripe_left", + "stripe_middle", + "stripe_right", + "stripe_top", + "triangle_bottom", + "triangles_bottom", + "triangles_top", + "triangle_top", +} + -- After destroying the standing banner node local on_destruct_standing_banner = function(pos) -- Find this node's banner entity and make it drop as an item diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_base_inverted.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_base_inverted.png index b934f2558d84fa821de600b589849ade586f84c7..d8365a4de8a5924723a7ca150096861160a165f0 100644 GIT binary patch delta 81 zcmdnTm^?wkn~?zsnuL6cffQ3okY6wZL)qlB7C@eir;B4q1!HnX0z=cU|NkWq9GG{l fC-7LkfrK6pgBG9g-9pdgN|0_(S3j3^P6~) zy>*e7L6O77@%q2&d#jzC_f)b@FnBn5OYWpK2e-amd2_M&{>Ba0&ocvc5C`<9PxkN7 d!=?7jE9UES1&WeP5{*DgJYD@<);T3K0RS!XENB1# diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_border.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_border.png new file mode 100644 index 0000000000000000000000000000000000000000..411282ec3ee0e12226b0af31c11ab386fc6ad7a3 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE*Q17srqa#^e?M`B`{*czFIhK41tt#?JPe%`HiCF;7jSnmO9_y`A Q2C8T9boFyt=akR{0EZ_gTmS$7 literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_bricks.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_bricks.png new file mode 100644 index 0000000000000000000000000000000000000000..e44eb051fd70627a430469ec94fe621755dc3a33 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSJOMr-uK$t1*QI>LKyj9mAirRS z|IhZveOv+LGPruWIEGX(CLdr})R`DCg+WwGFo?Vzopr0OT4z A7ytkO literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_circle.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_circle.png new file mode 100644 index 0000000000000000000000000000000000000000..1ae3d39d438b9f3954f933166710a2dda27e1493 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSoB=)|uK!`6&+F+wpdeF8kY6yv zeqG;WRUpsS)5S5Qf-%{FeX&9|(}W38OwWziF>Tx&c8K*x*jkp(bwv%F1#6>@9yqWi rE0p;s6NmG~wMR>CBrq;c5Mf|oJTCPx#j+S3j3^P6@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE*o97srqa#$*YV1M_}9=KskSB*{}RaYNo9A$7z5{0;w|t(tcpbYkOXW|v@P Y__|QD?a?+nH=sTSPgg&ebxsLQ04x+M2mk;8 literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_cross.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_cross.png new file mode 100644 index 0000000000000000000000000000000000000000..314cf8e74da43abd134e76d1d7905f9aa7a35b7c GIT binary patch literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fSdwP7srqa#+C~kd7Tw`S{}*=UTEb_5L}X?v&7`xCNb$0)_#Xy8eZL{M_=zd zw(WgI0WdQk&`;OAMo3-;vnH2hh1w&Ba-cMSVP_BZ&w rOxwFoK8wqDRc=PIpE=V%={N?48ZQ6#pO(xZr!jcC`njxgN@xNA#!5|o literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_curly_border.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_curly_border.png new file mode 100644 index 0000000000000000000000000000000000000000..2afcb0eff12f2c0101d3aa3cb53268156bc15b2a GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSoB=)|uK!`6&+F+wpdfQekY6yv z|NTZi(>DUSWu7jMAr*|t0=%t^>}&=ct<4NG8k#jaj&}(pB(SbbZ{c<^FlcRSGc@pN zUi^0g<>9Ud Oa)YO;a4$4XwTLmRrFaEeF(JH91-yvp6$c>oNjW0iLcdAZntVlaH*XW^_B;9KGcCC%8t?X23qQGHI?uUD1y^#a&)&+Kw&Lf$PnA!%KV)I(dY}BAL;28I PkP|#z{an^LB{Ts5W;Hzb literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_left.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_left.png new file mode 100644 index 0000000000000000000000000000000000000000..4e92f0102e63d4a70ba247d6de24c5acc617d0db GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^4j{}3Bp8~6e2Re-Q%R6tFatx`1F0H8N{pI&jFohQCOCK=EV%zHZ?$Xpix(ee8z-FExnaqjh+w%bQ^ccB zwcDx|JSjOh$MH$bv`M$4K4qw`U;AY9^p?fT=9?;K{j2Uc_@n2LL>>df5vj(YecKP# PgPh>$>gTe~DWM4foSHqx literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_right.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_diagonal_up_right.png new file mode 100644 index 0000000000000000000000000000000000000000..3c6958cbf3e03349944fa002094716b584ba6c87 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^4j{}3Bp8~6e2Re-Q%R6tFatx`4Wo}ju3005|-`Er1a_cP6(1k}r>6`HeDHdG=R-n5zR$|a@)b+T$jE447M$?F z2QU2I+<(M&$<`u**Omn*Jcbi~Z|ZCt5qC8+Gjq1V($dlz8nJ>;wS4=F?+3A!1#!}j zAN~e|$8f@L;j_t)4mbLb*wa>L$AkI!_X zk760{gOShjJ?%#S5i!gmxRDObE3lN5l&b7m>XzSuf;efnd|wd{kE!EB9(zF10q)iy z3=uJLD)2>6P|$bs-7A)~ckkZM<-1a_{pPfapd>7 zU6>&eb4x|75mB?``$(2<55;`a)6-iNhZBF|h=&J0c;N>lA9-Er@Vj^Kz7|oP*`wxK zx_|%vmm+GeSh`rWicAsP6%!Nl3qDCnN&ib+C+WyY>0m3HlR7x<_<<2eJUsBhtNe4x zXRcjzpa)$Qb@<)1_9^9~*fFtXX4b6s!(!JEZ{zlr#@E?~KXJr6a39TcO!H=0Z8yuk z^SVa^@(`RR_FOF1fu9k(BbJcI0Cb0wud@w*;)r+Pv6?3>kC*^GW6HH~3OANyE5zo@ zvK=h-dOTBQ88;Km-?2J&L`6mYJa_Kg&t%V5k??fBtO9Py4>_9qYd z$V+~7pa)$ZHwve;2$`&_;2C>azA^fQ&D2A%RdG1+CysdKiGde>@{o_b9+wLTTO|>6 z!5n%r3-vjqs3#;O{3XAaXj>+~3;RPuJAU|U+!A>7_gv*q(fS4QyViN0r6MBKdXS9P zLvo+)@wVEbd-kg>zkLdBzb=U*9vAHayGcDr>_mQh7o2wd z@HaR-%9jp582QLcesp-;D*pcd-&$2>ySjY^mPHQxDulm){O%Wh5&G*Em{t~?@R%zQ zevh}8*x1 zYuvV%2XCJ7_>*6eGG*nFu1!Z=Q||ti7oRY*|Hgq8KV6a+KfC*vF^((1A)YIsfk`BR wRb&AJtA+z3P{bQeB*POZ3R45Lj)7r8qvV->y+!;d+RuZyp00i_>zopr02Ycj!2kdN literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_gradient_up.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_gradient_up.png new file mode 100644 index 0000000000000000000000000000000000000000..11222e3f554f31c4d474d731a7c681806b2fe973 GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=rJgR1Ar*{oFCXM}a^!J#WIuSR ze&-w~Vf*%sbgvEb;w3NepI-3l-6^KftCAo5iZ&h2&uV!8mU+$_^Y8<8Yz2(08V-zH q0S!zd3m8C5ydrjtKnocd@;@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE)==7srqa#^e?M|2H%8{A)hYxbTQXg#j1Cykn)ple>F&1Jy8iy85}Sb4q9e E03^C3%>V!Z literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_half_horizontal_bottom.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_half_horizontal_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..018f29c219e5f2cbad84e7bfda4f8892e841292c GIT binary patch literal 98 zcmeAS@N?(olHy`uVBq!ia0vp^4j{}3Bp8~6e2Re-Q%R6tFatx`Fv!=JDoy6CIRw(|>FVdQ&MBb@0Q&71*#H0l literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical.png new file mode 100644 index 0000000000000000000000000000000000000000..6961d6af0abee9b3b964cc5371bc7e8360b04603 GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE;O07srqa#^e?C2mbXlvi!4Wc*MLVwa2JUnt|b%&ScR?8#HbJl`(j_`njxg HN@xNAZagHG literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical_right.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_half_vertical_right.png new file mode 100644 index 0000000000000000000000000000000000000000..3536d8e8255ed3878f65920c1ed79c870de7571c GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE-y*7srqa#^i(v{}2Ay-^j@EhMs4y83_rNS74$dAIRX_jc)I$z JtaD0e0s!1}C3gS- literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_rhombus.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_rhombus.png new file mode 100644 index 0000000000000000000000000000000000000000..a4f9b639184a063bb6422e197c17f6cb046eef81 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE-6p7srqa#^eQx1_=o{4yhpq2J#N6e-abw8xAG>Iey?jW9z{`^Bw=Ob2b01 uZ~iOK!W_)I%yLFq;x6{fXIlJz*vGR1 zDHE6)Yx^2F4(vN%=fF^uXwb0E&at7vE-2R{c}&)%;t5eCUNPu(_8JT-f%b4dO%rg>G@xwUmqoj>wDO(*%m&kb^S zrCq+I$=AH8-0JtbG9*g)Y|rAV&3ya6|A|<>_RJQwS$EyPrs*WS{i!3r>EDJ~vF_i} nbP}tM*8euy`rQcR9T@n-v}K=3uWd`H5=g|;)z4*}Q$iB}mcN_F literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_small_stripes.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_small_stripes.png new file mode 100644 index 0000000000000000000000000000000000000000..330a92021010ab64700d9fb6bf46abd67880be63 GIT binary patch literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE-y*7srqa#^en);Wp1LnFS)|Y1@R~afm*qk-USEfnT%v+0@()L!d$iPgg&e IbxsLQ0D$KsoB#j- literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_square_bottom_left.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_square_bottom_left.png new file mode 100644 index 0000000000000000000000000000000000000000..f7c3883e73cf3a160b2e4ca9cb19f51f03f82fa4 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE+1L7srqa#^i*Ag#X74HXZoS?ogAEAaR(Nf#F@0@ha(MXM};O7(8A5T-G@y GGywogBqR+0 literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_square_bottom_right.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_square_bottom_right.png new file mode 100644 index 0000000000000000000000000000000000000000..67c518313c1e48606f43f2515e5709c79247459c GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE)==7srqa#$*PjWB+-1l(|m)|8H;5^N^ik!xVY(RcGBk0M#&fy85}Sb4q9e E0Oe65F#rGn literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_left.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_left.png new file mode 100644 index 0000000000000000000000000000000000000000..dc9c59d921a44e5efc2907700005e1e118b91ad8 GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE)==7srqa#^e?C2N)Rt%QJjzY)s?{HQ-`kPcUJ*JBKqKsD{DQ)z4*}Q$iB} D!6YEb literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_right.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_square_top_right.png new file mode 100644 index 0000000000000000000000000000000000000000..928aa51ea870babef977ac715f397c9fa333ed2f GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE)==7srqa#^i(v{|_=Se)|8PpC|c6Qy>Gw)$?-eydTXJ0jgo}boFyt=akR{ E02t&XcmMzZ literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_straight_cross.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_straight_cross.png new file mode 100644 index 0000000000000000000000000000000000000000..42175c0180ced2895c5ad3baff6079e7799c5428 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE*=H7srqa#^i(*2?_ZL3``2mKMyQO`@`PITp`hXU;Hp11A|zNi-qD6?GHfJ N44$rjF6*2UngCK7C8z)Z literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_bottom.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..13eb73b131e76e71da3f3d4b7a597e43be6c7d2c GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE+1L7srqa#^i*Ag#Z8dHzv9?{Z}YxSl9EAjlsIjm({>|YcEh0gQu&X%Q~lo FCIDoKB+~!@ literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_center.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_center.png new file mode 100644 index 0000000000000000000000000000000000000000..13d352a1f9891f7f9430eebdd03422f30dddb6ab GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE+1L7srqa#^i(*2?_ZL3``2mKN)f*7xyHxGn`msWO3Ae&t;%022WQ%mvv4F FO#m4!BOw3) literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_downleft.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_downleft.png new file mode 100644 index 0000000000000000000000000000000000000000..4e2f89a299ca4233ed2bbed93b253862414eb19a GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fSf!}7srqa#+Y;Nj0X%jSOYFqu4(adl=A4F;^E@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fSe*v7srqa#w3k|1cnmj<7Paq1_EvTfdNKLiw$N;_6FK8y`0eW=h5{-ImM3q zze+p~pa1r0PvIUXgY`m3vRmx##EN8-pWAR89ZJ6T-G@yGywot`AnDq literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_left.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_left.png new file mode 100644 index 0000000000000000000000000000000000000000..8bff4b3a3e1c3c19bc26e86ef5d6a071178e4990 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE+1L7srqa#^e>r3H1jUnEp4+_|K3lxwz*c8$-rL&ph|l%u|4>7(8A5T-G@y GGywod#3U^M literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_middle.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_middle.png new file mode 100644 index 0000000000000000000000000000000000000000..28c0ca2b02dea7803c126d7f071a3bc333bff50b GIT binary patch literal 108 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE*D|7srqa#$*Yn2lgB?2aYc=mtbW$k|Or@@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE-y*7srqa#^i*AKL-`=A7EhV`ESqQDP`m)d6=JpLBPsi(k5doNFjr#tDnm{ Hr-UW|e;*>6 literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_top.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_stripe_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce1f9182113c20941187567e7f699a461643e82 GIT binary patch literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE)==7srqa#^e?M|2H%8{A)hIxXY-`MuL^$wusL++dTPZpc)2GS3j3^P6dFD+&nS%Iv%N4cOkuXS-0Y==dCT?|rnFoOvu%gjMjk&~ zfBXFEdF%GsxOM8i&ppq1&gEOK#bU9wiA3V5P$v8n4rOO&_wdHU;qW+d7U$>Z_bQ)D zj4?P~j9fHKs|;;ww7QAs=H~X4xhqMh*+M)L?l=oD+Qve{UN6o!F~;CH@jIsRw4C-8 zYPQ&f*_jU?K6K){xVX5l483y9mBr)njf|C*l?@~o2m}UudG16ak;nw##=H|l4t+G} zqlvat=M}XX!;9rLZKIG1pA%>?+vN|AsccPXQfX=F02$t*{$s&kP*Bj@uE_Fo3or$^ zF*tC^Ar}p_&_tUWPQ4F!FfX)ocx=i$zRpZ8!W^!aYe1z4J_q}fiN76QU08QvzNbA@TP zP{+%eeybxs)YIjgn7f$dkc$RdXrgU3sP(uqFSg)K(`>g+I7UlkY|qc1KRer_by$cC zSA{?27Re{vlEKyJRHn@s9Ju9j|CnZ+8t|z}Z9F)<6QVS)*Z;TyJFD1zpfb*qAirRS z|BOuknE(FyT@o$a0~Gw?>Eakt!T9!^<0@fC5x0lI=663^6=W`-{+um~QelDp$r(J)^|Jl!spSjP9do!}` kh3;Ota@L+bf3DXtL>tPSpKO}R4fH>Qr>mdKI;Vst0AmTLc>n+a literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_triangle_top.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_triangle_top.png new file mode 100644 index 0000000000000000000000000000000000000000..7f626c26d391f298c65d8e65e89daabccf084965 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fSgcI7srqa#*kwhc^ec&+78YS2ry#O-ocoC^I%5LA&y%UJ${&k?OE;Dx-kA> z<2Th}=ev_%EU=vzHqCRvv&=_h Q0WDzgboFyt=akR{0LVN*kpKVy literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_bottom.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..0098f612e2a56abc71d1843e1bca7189f80f7d19 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE*)F7srqa#^i*Ag#Z8dH#U|SaH;SJ@tG|)$kDR1v%A-DX2ow1V0JiGFTh~b cCdt4s{kFvA>HDm;fVvqxUHx3vIVCg!0B-#*-2eap literal 0 HcmV?d00001 diff --git a/mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_top.png b/mods/ITEMS/mcl_banners/textures/mcl_banners_triangles_top.png new file mode 100644 index 0000000000000000000000000000000000000000..9241f87f6a20990cb0701091cdc44aa0756a4a9c GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0P3?wHke>@jRu?6^qxc&!&(3-C~KoQ20AirP+ zhi5m^fE;~K7srqa#^e?M|2H%8{A)hIsId6mdmwP+ncdaj-*2v9timJ2XJ&jrQdzEt ai9!9b#1Zv*C;kJqGI+ZBxvX