From 73e57f10df68c441549e0121aec6abd4860f826a Mon Sep 17 00:00:00 2001 From: zacate1 Date: Mon, 9 Feb 2026 12:19:12 +0800 Subject: [PATCH] Added textures for CPUs --- .../assets/oc2ls/models/item/cpu_tier_1.json | 2 +- .../assets/oc2ls/models/item/cpu_tier_2.json | 2 +- .../assets/oc2ls/models/item/cpu_tier_3.json | 2 +- .../assets/oc2ls/models/item/cpu_tier_4.json | 2 +- .../assets/oc2ls/models/item/cpu_tier_5.json | 2 +- .../assets/oc2ls/models/item/cpu_tier_6.json | 2 +- .../assets/oc2ls/textures/item/cpu_tier_1.png | Bin 325 -> 0 bytes .../assets/oc2ls/textures/item/cpu_tier_2.png | Bin 338 -> 0 bytes .../assets/oc2ls/textures/item/cpu_tier_3.png | Bin 338 -> 0 bytes .../assets/oc2ls/textures/item/cpu_tier_4.png | Bin 338 -> 0 bytes .../assets/oc2ls/textures/item/cpu_tier_5.png | Bin 338 -> 0 bytes .../assets/oc2ls/textures/item/cpu_tier_6.png | Bin 338 -> 0 bytes .../assets/oc2ls/textures/item/lscpu_tier_1-3.png | Bin 0 -> 671 bytes .../assets/oc2ls/textures/item/lscpu_tier_4-5.png | Bin 0 -> 394 bytes .../assets/oc2ls/textures/item/lscpu_tier_6.png | Bin 0 -> 373 bytes 15 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/resources/assets/oc2ls/textures/item/cpu_tier_1.png delete mode 100644 src/main/resources/assets/oc2ls/textures/item/cpu_tier_2.png delete mode 100644 src/main/resources/assets/oc2ls/textures/item/cpu_tier_3.png delete mode 100644 src/main/resources/assets/oc2ls/textures/item/cpu_tier_4.png delete mode 100644 src/main/resources/assets/oc2ls/textures/item/cpu_tier_5.png delete mode 100644 src/main/resources/assets/oc2ls/textures/item/cpu_tier_6.png create mode 100644 src/main/resources/assets/oc2ls/textures/item/lscpu_tier_1-3.png create mode 100644 src/main/resources/assets/oc2ls/textures/item/lscpu_tier_4-5.png create mode 100644 src/main/resources/assets/oc2ls/textures/item/lscpu_tier_6.png diff --git a/src/main/resources/assets/oc2ls/models/item/cpu_tier_1.json b/src/main/resources/assets/oc2ls/models/item/cpu_tier_1.json index 04f7220..748c741 100644 --- a/src/main/resources/assets/oc2ls/models/item/cpu_tier_1.json +++ b/src/main/resources/assets/oc2ls/models/item/cpu_tier_1.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "oc2ls:item/cpu_tier_1" + "layer0": "oc2ls:item/lscpu_tier_1-3" } } diff --git a/src/main/resources/assets/oc2ls/models/item/cpu_tier_2.json b/src/main/resources/assets/oc2ls/models/item/cpu_tier_2.json index 71caf26..748c741 100644 --- a/src/main/resources/assets/oc2ls/models/item/cpu_tier_2.json +++ b/src/main/resources/assets/oc2ls/models/item/cpu_tier_2.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "oc2ls:item/cpu_tier_2" + "layer0": "oc2ls:item/lscpu_tier_1-3" } } diff --git a/src/main/resources/assets/oc2ls/models/item/cpu_tier_3.json b/src/main/resources/assets/oc2ls/models/item/cpu_tier_3.json index b753053..748c741 100644 --- a/src/main/resources/assets/oc2ls/models/item/cpu_tier_3.json +++ b/src/main/resources/assets/oc2ls/models/item/cpu_tier_3.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "oc2ls:item/cpu_tier_3" + "layer0": "oc2ls:item/lscpu_tier_1-3" } } diff --git a/src/main/resources/assets/oc2ls/models/item/cpu_tier_4.json b/src/main/resources/assets/oc2ls/models/item/cpu_tier_4.json index b259208..06048dc 100644 --- a/src/main/resources/assets/oc2ls/models/item/cpu_tier_4.json +++ b/src/main/resources/assets/oc2ls/models/item/cpu_tier_4.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "oc2ls:item/cpu_tier_4" + "layer0": "oc2ls:item/lscpu_tier_4-5" } } diff --git a/src/main/resources/assets/oc2ls/models/item/cpu_tier_5.json b/src/main/resources/assets/oc2ls/models/item/cpu_tier_5.json index e7cb2c7..06048dc 100644 --- a/src/main/resources/assets/oc2ls/models/item/cpu_tier_5.json +++ b/src/main/resources/assets/oc2ls/models/item/cpu_tier_5.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "oc2ls:item/cpu_tier_5" + "layer0": "oc2ls:item/lscpu_tier_4-5" } } diff --git a/src/main/resources/assets/oc2ls/models/item/cpu_tier_6.json b/src/main/resources/assets/oc2ls/models/item/cpu_tier_6.json index c8758dd..474c9a0 100644 --- a/src/main/resources/assets/oc2ls/models/item/cpu_tier_6.json +++ b/src/main/resources/assets/oc2ls/models/item/cpu_tier_6.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "oc2ls:item/cpu_tier_6" + "layer0": "oc2ls:item/lscpu_tier_6" } } diff --git a/src/main/resources/assets/oc2ls/textures/item/cpu_tier_1.png b/src/main/resources/assets/oc2ls/textures/item/cpu_tier_1.png deleted file mode 100644 index f5df7d6c67ba9950481317a65bf41d849a14b5b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}Z0G|-o=g*&Czk2o9v18(f##|zzKw%|MpBvY&pFMk)jfeN}p+lQDZ{Dze z{o(}+`uqAC>g$&-Su$@5kDdCbJzu^BEfMHYZ9S)#0XMsm#F#`kNVGw3K zp1&dmC|Ks{;uxY49D6>R@2~=oOJK6KfJbG^U;S;#GErNNS%G|~0G|-o8`rj6Jiq+dkxAl)##|zzKw%|MpBvY&pFMk)jfeNxv15l19eV!! z`Sq(;H*em&Vg35W3l{YE^)=MjFI}=^+LS3k^>38&oq?2CNswRge{6t(@zQ}OKoy(? z9+AZi419+{nDKc2iWHz=xu=U`h(>Vi`Dnf)3LFlBqFsxx_4V)izgBF?wwXKQpQxxL z9E(qrNM6J2aHLmQLFqxn3<;f+73vQ-_Wo}XsPW-{6Laq442G7>{!8B*3l1-1;6BA& z=@jbVu>Qg?ra1kj+sd>QmM#8#_3s+tHTPCNS%G|~0G|-o1CO7szV~p>^*iE*##|zzKw%|MpBvY&pFMk)jfeNxv15l19eV!! z`Sq(;H*em&Vg35W3l{YE^)=MjFI}=^+LS3k_17O{14#z4k|4j}|JVQn5RKs2^U-`q6gV6LSywH-*4Mx5|5`qe+{-)TpQxxL z9E(qrNM;o1%y`T)r})H11K$ZBy$)D?`X}u4!O)kXZSHAHIpGU|w-$fds~EFE^Fh-m zhj{^_94EE6>}$C0y>jhbE|-@tYD(>2vs{oiW#s;JrR(8U341Rlu7EuLNJEg*Jzf1= J);T3K0RRP*jx+!O diff --git a/src/main/resources/assets/oc2ls/textures/item/cpu_tier_4.png b/src/main/resources/assets/oc2ls/textures/item/cpu_tier_4.png deleted file mode 100644 index c807186582e703a2fbd6e8f466a3ba23031f969b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 338 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G|~0G|-ogL(iW- zzkc=V=FOWotY5!)!Giw2zJ~hxrAwAfn=%EcUSKxMR3If*666>B9~)p`yma6RPz7g! zM`SSr1K(i~W;~w1A_XW|?&;zfq7fW>KAP`{0*6B&>#D`q`ucbMU(4r_dwFO46BU(& zWASMc$&3P>8IM`!6rb2=;5*@?*8!_f|Ad`B82U1_%{^@?Cww9B*5WUF6=ODNK4|*n zFfTxqNS%G|~0G|-ogL(iW- zzkc=V=FOWotY5!)!Giw2zJ~hxrAwAfn=%EcUSKxMR3If*666>B9~)p`yma6RPz7g! zM`SSr1K(i~W;~w1A_XW|?&;zfq7fW>KAP`{0*6B&>#D`q`ucbMU(4r_dwFO46BU(& zWASMc$&3P>8IM`!6rb2=;5*@?*8!_f|Ad`B82U1_%{^@?Cww9B*5WUF6=ODNK4|*n zFfTxqNS%G|~0G|-ogL(iW- zzkc=V=FOWotY5!)!Giw2zJ~hxrAwAfn=%EcUSKxMR3If*666>B9~)p`yma6RPz7g! zM`SSr1K(i~W;~w1A_XW|?&;zfq7fW>KAP`{0*6B&>#D`q`ucbMU(4r_dwFO46BU(& zWASMc$&3P>8IM`!6rb2=;5*@?*8!_f|Ad`B82U1_%{^@?Cww9B*5WUF6=ODNK4|*n zFfTxq6p99@8z{l)2DEakKUIQ)RO zkS|O1eXL8|a&a*R^aFk9M42Ik$Q)CI2@+s}AVGYLGC}~F`298i0wqKwN~l!OSS3pi zgJDF<=*WmDXvoOqsaW~{%~e;%M(yeD5VSs<=KBD&Z9{d-G{25avw959C%7y&{G~$} z{{ZJ!L-QVhX9Lc!8d`c6E;ga}QB7&7n&bo=iUMz^(3ynp8|YZJGpqMGd4TvjM6O|P z9|jfhto#6YX=m=g!VjJR007@fL_t(IjqQ-VY63wNM$hbw?yeR=Hw1sc7x4+wTNn$$ zcd@baskTm+!ooy_#Xo{p>dx+@SX`7TBq5F9fy-s?g>yd!?j8ZqeQle|;c~lU{k;d^ zc!~jVi-oKA@eZm3kwj7%A{!)q*kk1 zk|YMt%~EKcPx$L`g(JR5*>rlFzE*Fc`&uiC0<-G_>9L6fS%X5q({k!IyC5Qjww}iYYdK?qbG3 z?F=)!dms=#&UZNHB=FM^@5_8Xk6LR0VvJlammaaIDq@TPoK7cpyPW{|dK0wPOsCUd zszRW(rt3NYMxzl~mJvb#;Cj6#;V(Y0TCI>$(lia$S^$hOe~lpD7w23Wwr$H~GNG<( z>bhpVUek3Q-g~_FJ%QxlcDqrQB~8;{j2RGx5F8GN#QkFg=UmGDxg0{^`FsxC4muc* z$1D~LUawc0Z8n>KcfjwqLkNTrkW!|zTrP3Wp_D=?MV{wF2US&(Wf|M;7Ux`g^S5Pd zEk#iP@OV6i0x?F;=QCwl;=Sj1Jkqu;07@x}qCm=?;eG^TjNs#w{13$EU^bh@5CZr6 oJ++M|*!>xN1LMt?mT$erLjV8(07*qoM6N<$f;@z)B>(^b literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/oc2ls/textures/item/lscpu_tier_6.png b/src/main/resources/assets/oc2ls/textures/item/lscpu_tier_6.png new file mode 100644 index 0000000000000000000000000000000000000000..3032064f52080204fac62cf8f81a2d3d830ee0df GIT binary patch literal 373 zcmV-*0gC>KP)Px$FG)l}R5*>rlFf?3KoEq#_=5w2VFE$lA>hHAkMB!JK*&W9JR~|OiA;3b!>+SV zRM?w!YPxHRuIhnrBYG5z#X{mZ20%opswyBRNrH#~u;1^=^E?6=JP2_dGn>tRRHKOH za>?a#0bn>BQWOQwIRFlagBKpqL0#9rR!RYIyWKuo@B-KCH5jbd>;FXXCt!?0YfYAA zD5YrIHXw=!d7iV~ZZXFAe(#yo-NKW4J)CnKk4Ngd4tOsa06x5Dflmk~{eJ%~scl=V zwP>vwkH!13HXC-koxeH1SFqNSrYV!jg!B3QDj*`1Wr@}r=Nwg4VXXyV zI-QcH>02wlvs$epI-leLV+>_kzO@&18}s>GoO7H`C!e-bD)8Mj4MkDBy!{UD(