From 08cb4a4e080ca7cd8bb940a658d583aacafb8ae7 Mon Sep 17 00:00:00 2001 From: C-H716 <1536152356@qq.com> Date: Wed, 12 Nov 2025 20:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=9E=E5=99=AC=E7=9B=98=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=B0=E5=90=88=E6=88=90=E7=89=A9=E5=93=81=E6=9D=90=E8=B4=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../models/item/energy_core.json | 4 +++ .../models/item/oblivion_singularity.json | 4 +++ .../models/item/quantum_storage_core.json | 4 +++ .../models/item/spatial_core.json | 4 +++ .../models/item/storage_core.json | 4 +++ .../textures/item/energy_core.png | Bin 0 -> 2678 bytes .../textures/item/energy_core.png.mcmeta | 9 +++++ .../textures/item/oblivion_singularity.png | Bin 0 -> 1389 bytes .../item/oblivion_singularity.png.mcmeta | 31 ++++++++++++++++++ .../textures/item/quantum_storage_core.png | Bin 0 -> 2239 bytes .../item/quantum_storage_core.png.mcmeta | 9 +++++ .../textures/item/spatial_core.png | Bin 0 -> 1754 bytes .../textures/item/storage_core.png | Bin 0 -> 2630 bytes .../textures/item/storage_core.png.mcmeta | 9 +++++ .../extendedae_plus/recipes/storage_core.json | 26 +++++++++++++++ 15 files changed, 104 insertions(+) create mode 100644 src/main/resources/assets/extendedae_plus/models/item/energy_core.json create mode 100644 src/main/resources/assets/extendedae_plus/models/item/oblivion_singularity.json create mode 100644 src/main/resources/assets/extendedae_plus/models/item/quantum_storage_core.json create mode 100644 src/main/resources/assets/extendedae_plus/models/item/spatial_core.json create mode 100644 src/main/resources/assets/extendedae_plus/models/item/storage_core.json create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/energy_core.png create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/energy_core.png.mcmeta create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png.mcmeta create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png.mcmeta create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/spatial_core.png create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/storage_core.png create mode 100644 src/main/resources/assets/extendedae_plus/textures/item/storage_core.png.mcmeta create mode 100644 src/main/resources/data/extendedae_plus/recipes/storage_core.json diff --git a/src/main/resources/assets/extendedae_plus/models/item/energy_core.json b/src/main/resources/assets/extendedae_plus/models/item/energy_core.json new file mode 100644 index 0000000..18b542f --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/models/item/energy_core.json @@ -0,0 +1,4 @@ +{ + "parent": "item/generated", + "textures": { "layer0": "extendedae_plus:item/energy_core" } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/item/oblivion_singularity.json b/src/main/resources/assets/extendedae_plus/models/item/oblivion_singularity.json new file mode 100644 index 0000000..5c8cc03 --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/models/item/oblivion_singularity.json @@ -0,0 +1,4 @@ +{ + "parent": "item/generated", + "textures": { "layer0": "extendedae_plus:item/oblivion_singularity" } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/item/quantum_storage_core.json b/src/main/resources/assets/extendedae_plus/models/item/quantum_storage_core.json new file mode 100644 index 0000000..d296256 --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/models/item/quantum_storage_core.json @@ -0,0 +1,4 @@ +{ + "parent": "item/generated", + "textures": { "layer0": "extendedae_plus:item/quantum_storage_core" } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/item/spatial_core.json b/src/main/resources/assets/extendedae_plus/models/item/spatial_core.json new file mode 100644 index 0000000..9fd37c2 --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/models/item/spatial_core.json @@ -0,0 +1,4 @@ +{ + "parent": "item/generated", + "textures": { "layer0": "extendedae_plus:item/spatial_core" } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/models/item/storage_core.json b/src/main/resources/assets/extendedae_plus/models/item/storage_core.json new file mode 100644 index 0000000..e4bf815 --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/models/item/storage_core.json @@ -0,0 +1,4 @@ +{ + "parent": "item/generated", + "textures": { "layer0": "extendedae_plus:item/storage_core" } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/textures/item/energy_core.png b/src/main/resources/assets/extendedae_plus/textures/item/energy_core.png new file mode 100644 index 0000000000000000000000000000000000000000..9326bb9cde480c63930972e1dc6a29f33b251c4f GIT binary patch literal 2678 zcmb_e4NwzT9$%nCDHKYJ2%;@Z>iOKpg;*AgcBMNH@h21NwOikKtM&* zt4g(FRn%IM>m7rZ8(S-bUk4~$s{=}f-knk`Q}B~A_(8{>+M(*b@O9SOkLldbe!PAA zd%yqh|MA}2s9WD5}F<>$Oyp!aG5 zA;^8FNtY#NX_G02w@7K0H*ivi#Rkw26cz2T(M%yH!UitiWYtJ+H=mTiCRQU^N@!87 zEtV@VC6wE_jPev6Q(nlBtR#8?9Oa+@frS%k*kLhS1O4G&q*Gb1*5z5C%nYSVc-zYJ*BCS4YA)iW4#vmth!!krakfs2ZL;B*2`VHB#wu zizbbMH;tq~6m67DR$5vrEtN}od%g@KNz%!I;|M??LYY;h9f(z!JH-&k35?xj6HUAo zb~4fizF5>qfYb>eEVgM{t1uZS5HXp9w#hIl>hx(G$THJ7Te00dZk%OgoSCz5R#5<0 zY#M7T;6+|2;D3U8`tuJAfY@ra(>9)}#bTK@A&BuMz>Ud(JQXeI%50o0ofG(CJHy47 z0GV^0-q@&EJ4cJWUB~n0sZ6C!NrrKylz_vQnyf5eD$IXu02fD#oJQiz8sbbDro-iw zTtVTA2vkj>=mb>DvnFHN6Hr`-qZ9#7^$(z+W>{LJe-X?wl##bvXyCBPLg#Zbn>Ako zPlu6;<;}bu7zXO(<0`aTD$y#4w3Xo!<1`ZBv(#i_DTZJ$g@MEn0#hguRt0V}$DjzQ zGP1NBB~UqLoEjg;GsVu#I>%2`ImQ3XPhMxaWqpb-+oXoN#i!a%SLhT&>wHIEkv zm0%J;>dGePM+R3k*)p5p@tUA$##!qc3FAyM$4Vx9M-y(f7EKC7y&F8?%DUPN@8mGf&Q}|DQ85=XyC&VX`NS zZ~WV1Yb!|Pco$f(oz3a30=!IbHk=j2$qu%X0cy_?2y$DW7#E{Us5)Gom#pUkPp{su z-`x4}1s4vh&idZXoZw+DS{tGL&swi@jb0-!xo&08_9XjhpMO!C^Tpc%%OZ;~Yd}y3 z`yS?39~u;U#D7r;W3AuQ^v;rg)8X2A8+N*d8Urepi9x?4qx44!^(RZoW^> zoWZwy^R74s62s5r-s^1(&uVJj@l~x4^p^Vx);JolbHSsa%7^^9kL3!NwgdfLqoeaX zY5%UHXJa1pk@Vu?@ARZVc%#1$}-rdbzlAefII) z4-ZA2lqKbu8jf_wv<1&NU)V)`#l7 z7KL@r09`}pYW7>A+Dn$Rd505I9vv_EWY2Tb_1&*khS_Jj^(box2ekT8^+e`@aRE5yu6Bgv%e)NDr2EBk8V?j;&)&7pzo|>{@}CGk2rie_UPg{ zMc-K}mS0mJkm(=5v-@9*%J|2{y+eKf?0e&mTiqG&pab{Z%Bi&TQAt$yHz&5QEV;3& zTCAvZ|6_Y&d+Wa7%@tzxm%9#T+&iEB{@}B>(wZu_kKF!lO~|_=yY`QLEGLV^* z^7}(|H=$#(OKNVNZ1^x+?zcPW>h;VSmRXgfY)zKAJ?d=a@V>p7Gome*yPjb(^_@e@ z+J+0RUaZBTps^I&>@0mYefH9pSug)NB%)W4pYYad`jF$3zx6`FRV4vaR2}S literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/extendedae_plus/textures/item/energy_core.png.mcmeta b/src/main/resources/assets/extendedae_plus/textures/item/energy_core.png.mcmeta new file mode 100644 index 0000000..2d3e00a --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/textures/item/energy_core.png.mcmeta @@ -0,0 +1,9 @@ +{ + "animation": { + "interpolate": true, + "frames": [ + {"index": 0, "time": 35}, + {"index": 1, "time": 5} + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png b/src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png new file mode 100644 index 0000000000000000000000000000000000000000..1542794a9a591e3f93140cd5aaabf8ff06993372 GIT binary patch literal 1389 zcmV-z1(N!SP)EK|000FvNkleQ4W^LNxLh`+==*^vLX;v+KQci&dO~y?gKcoICfMIp3T!=UyRfO5-3X zkDQDlzioBXMDg&zC$_GZNsZHM=8OK(F45ETP73Mo{VX^k=@Yk5PSAKkW}a+3@_j&r zLd9ZsMz+YBn=gB&R23QO1-u7-Y=Jij{TN%1Z6)9tkwA+Hz6!jeHf$@8*abp`&qav>yEaIh@u~ zbV&**Y1<)|6mFD_U%Wgg-j77$?v9H%X=*9;1ehS9adW}>g!N@5dzi5ZuoD9+jS19L zSU&*_r^+bQ1f-r1&@C{LF(2UBz3_pi&W(#tpc4YB90)9x=ir0*$NVLQo^8sdE*PecJe*uk+{RKRyZ$8Mro$K0P(3W@b z0WjFzaZIxhYPv6I1EC2Z`v9!$^cS?&e>2!&L`5ebAkX>>K*1&s0d^w!@)yXsFy23a z4*1$Xz;mXa56}x=e4rW`s=okyoQWMqRI+^FgvwqgLx7z~P-!$u&He!vR$qJog&7>} zHQztLv-`FWAjH@Hfof!^d;r1D#111WSw3(=Wv`PVz)mDD{(@%eQe&ue>w&1q$z3FW zTxbA2(*z*1wz@(33zbjGq}Bd(TT8J_6cQMwfm03o0MLYB!2EZrxue`QTK>P00tz;*G327o`P7YsWQF z{VE`%eY<9jdF`&^jj&Lj-@6jGf3R~+Fk!q=>wy{?ASOEVq0z<{roKYV@E)>!KwAKA z_7gQ-03Xm6KwZfjGy8!2g{xn-oAJTsUxy_hz_5T#5b11{BkhV0P&0b}j=b~Q>jByD z_{wJYe4x7i#0MahMDa#>2j>As2EfE`S#f1-Q$>9YdF0Kh_1R%W1=Ui)HK@+U7l4FK z90Ke_q9xv#4`>U(m=7qv042g(L7w~tbboMfuRni*_77ek8j`prdml*ymedxiJ1~2I%@)u;pBt%+L(VnfM6S6017s72qfeKsI<|3A{iH0;*IMn_LLA|2zz!oS zIqd`FSv~*?HgO2B6N#2EBR(MG!k7=pxN!UafyM_Q6yk#;3m^OA0}u*QGW$U5f$A@m zH?5Kazzd%J1&joKs=q)0OR3`rb{J7+`9Ouqo==7VJCSI{x$ze?0o2%-571@WKfq?> zWcI=T{eI!}`l!Uv6CYqd5v+uGBM}O{uk6V_0GRlJ56E92fYqVZMu7^64?wa==#{k( zBoy|*Aiz!}%s69zfu?Kf_yCUy`(SE(zd(dSeBk-}g=e=K;=X5MM$z5-iNpzZKaqpb z<^chg4`88UA(^K30iMejA3%VY_Yac#3lv{4<^$*Z%B0rlB_(zkQAqXyRYYUU2ZVDamYHlr>200000NkvXXu0mjf%1@9C literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png.mcmeta b/src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png.mcmeta new file mode 100644 index 0000000..4e98127 --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/textures/item/oblivion_singularity.png.mcmeta @@ -0,0 +1,31 @@ +{ + "animation": { + "interpolate": true, + "frametime": 2, + "frames": [ + 0, + {"index": 1, "time": 1}, + {"index": 2, "time": 1}, + {"index": 3, "time": 1}, + {"index": 4, "time": 1}, + {"index": 1, "time": 1}, + {"index": 2, "time": 1}, + {"index": 3, "time": 1}, + {"index": 4, "time": 1}, + {"index": 15, "time": 5}, + 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, + 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, + {"index": 15, "time": 5}, + 0, + {"index": 4, "time": 1}, + {"index": 3, "time": 1}, + {"index": 2, "time": 1}, + {"index": 1, "time": 1}, + {"index": 4, "time": 1}, + {"index": 3, "time": 1}, + {"index": 2, "time": 1}, + {"index": 1, "time": 1}, + {"index": 15, "time": 25} + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png b/src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png new file mode 100644 index 0000000000000000000000000000000000000000..598a05ed99da77821d22214ef525623be23df2d6 GIT binary patch literal 2239 zcmbVO3s4kg9AA6@DVl^cik55}BAR=RUK2ZPc80W^cdU{e8dR@Bi5U zTzUHB)B*j5^+OP3fZb-zfY(9rL?grD@9^@D!|?K$&o*5~kp4018HUuX9f}}*4++j} zCEGEH;Y5#y<;5JJDf0Lr8bO{FH!lFf|YS+Fi%2Cmh|1cr7&lzA3xf+~n+JJQi) zQ35Efp>U2QwWx{Kn9MmQqs}}Q)sk8RL23z#!YP`eNQN|{!2^SG67OO%tP_J`@Xms{ z6~)I8L}6i}rckF5rCfrdXP%vUTJ zwAvkm#}}gY%E3Irj1fhwkDxT98dDdL=R!DNzLeJ`&T|CF10LX2WQe6gSf5)|MA1W%yW!Olsqg9Sn#m9fbe;9F*KA$CRxlAB`6Ht z>AGAv9E{y7E3B6TcB=)0F>3^YXIzw-GP%q~+{C*$9MF0_PP0Z5*V7y@8tELpmUi{* zw~Ac8T3K~}cbD@b2RZ&x)dG0r7;|uv0tVcu(;INJmL_ph&(gdem|c3n^{`Em1o)w` zd3Up_u6W33q9|b0nsm61*U~se>diRoA_30QIwK%moX({)sNLMvAdF3rVd;v4-$y2x zA6(@LXje}#ET{Im1>@8r10D-L7VeXeM^X;%FLVP)`jFyxtIMKGDP$!uAs6QEKbwnq zka?Lcc)0aPD`mH*d#&H68UK&&*plauS#t455yg?xGO?u2IG`N!AHnqA}8)_}^# z`}(Ot^+VV_`(LVvFKdomJ1(+QzhS*KGP)Prm^_uh&X0Jl@?b<&OOpDO89yt5b)!!F>XPLcX&|=B&-{#%#-I)rOxPZ4`jK9@eef(A(Gh*Dn z&%SOo53d5=fxDwye!~0tdpEA1i!>eDTRMGjN1*BDFW+sQShxG>td?uPhuf{20#Un9 zj8Tr9Xh`U|VK{U>Vt!!C_OVM&lRpnQ-rV^4sc%a>2@@ZyY0K!GmYOzU;GE+n??3lv zG~Ci>{LDSQk*s9Pnz(U+xwRkE8ApYUFK{_d4*Tt|Gk03ZRc8-(zM*`wCJf3{ZGH0N z@JqWU9^Vpw!5JO?)Md-o;)&a5^}TuiX~Auz@|)l z)v2oX*!Y5gt?l%Y&Z$wz{`jVYv8#sqBJSt3MDymI#lNJNq*sTHPhGhDN<^pb*dKFB*y9SiD7^Yk+nJqr zBIhO~V>3&gF(&;xeUADsw=Qbl(YXT|7z1XXBSvqYo)T5M&8_~$u%}G6*1a%i@!yS1 BF6{sS literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png.mcmeta b/src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png.mcmeta new file mode 100644 index 0000000..2d3e00a --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/textures/item/quantum_storage_core.png.mcmeta @@ -0,0 +1,9 @@ +{ + "animation": { + "interpolate": true, + "frames": [ + {"index": 0, "time": 35}, + {"index": 1, "time": 5} + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/extendedae_plus/textures/item/spatial_core.png b/src/main/resources/assets/extendedae_plus/textures/item/spatial_core.png new file mode 100644 index 0000000000000000000000000000000000000000..332a64d5b3744c6432a66f3c8714c22db1c1f097 GIT binary patch literal 1754 zcmbVNeNYr-7~fOJNf}T~CWaYtTjN6MZg=mvuhj#Aqd4_|@ES;)roG+w?$*2gaCh+z zND9FOho-_B%0L=sG%KbOWwHo$M$=@G(y+d0Ih`qzAQ2hwSc1N02!a zoVQA?@~op6kvGz;=mW+mFF`bdtjdo{G!p_U>H`5zaAH^ck76jtI+!fU_~yid zswz=99*IPZ5wlU0132k$I5ZBE$p8@srAAQcs6kMc%`mut!pNMYa-x80jI>XzR-G6$ zb=n7BO3(^QJWeoTc$AiK(nx4N#egi6z)96|IHsIsa1aJO5L5+X$plskimIpt#ebnr ze7-{gjIGC$&~aB=cs`**QH!@gH{t=gD_Zf^NC2+@idZc(pm+;3bD8FiL>0+^Rz=w> zis6||mCu-rnyf|(nqA2WtQb+2-zETDv@J03YT)Eb-|T9}g7#P+@9$UW3Cx4*sa)}~+AUA?yF^49vx&YjKI zx-!TG4LA2UdXG>~ojKT@eLW|29GNxs?#qbXKKe=H+#*-g z_D`G7w|>@i{DYx0M^BHOJlK=fTVcKe&tBr8@s-&*+Xg0D#b@(2eBPIl^0s%;d)}l0 z{l12qV;iuXOV{3qqKAIqzwYU3X}&mXzc=ah@qvbY?aikO4?n8c1=I3tzJ0~Cm&pW4|8ecBYlPXI`0(|%>dMsD8v2El(CMF-WhUv~8PCd`NM12q_--WqSjz6-Zy-JX i^p9I!D86#x3ie>$iAecZ*Rt`7^J+x9mp^JqQ* literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/extendedae_plus/textures/item/storage_core.png b/src/main/resources/assets/extendedae_plus/textures/item/storage_core.png new file mode 100644 index 0000000000000000000000000000000000000000..0b885c0ff326a05a8c26eaf554f3ad9eef4721cf GIT binary patch literal 2630 zcmb_e2~ZSQ8g4}_53;00R$Q{u)x?8HPhWF(W)Q-lOyYpRs3atjp6;HR4l~o^^Z>)* zO4t}-QFevIT`x>XA)-QQT$8dCS(2b6s1c1>U8U5u0=jF&aF|4N-Patm#?mB}+OF#E z*YADr`@jEq?{)c-ltoWW`OOpvf}SuX8`Hu2NpQoHCW2>V`FF>`YqBT#MG1nYhROFh zX!F(x2%5N2uw?o&&5LPPbSW54wDJnS%LC95q+j6oFl-L*gRQ(>a2t@`LoEm_a0X<# z%8Z*miM&HdF7)ylg(()cFo)G~$bvXn@23HQi}x|G-{o{mwBLXX^U|O#cVh@V4Dsa{ zkObKvoM~PHCyHJk)+q>-#c>kW=oA{QRimb~u`r2~Dhwwvf2ufN=oK_JuuKEEK)C|Y?n4bi5ENv6LE(SO(xEMQ+dE9mc z4up|T6rG|M7zXO7VHIXGZE{OK#?A63qX7XvD+Ga~IW1+gQj`iM8Qg|ytV$APY*rp+ z7@X7CI6|kfX~*UpMK)K?tUQ0D$~ln*9RIV*vT86x$DkTktwecVX0z&4s21mSI2fW> zh8bf^^$K92G0q2BWmOztB&-^i(&9=~r?V+hPOD^49YHWCkK-zjs3Clgx9-Xt(f)c>FBOqx16}JRtp%rXqD#6sMFL6jv$Ls8&a4QI1!s)T~uSQ9KC#h^B|6 zlNKDOl@v_`it(37ALV8pjN8tGofAWTxidenE+6B}!z=6m=L{zAmm?L1JzRXlV-M`D zAd$meV8fQ1fujO^1P&YC4dUblN6GBI$^r-qT4pjPSdz;RytTrSVUIYvx+iw`o*f6O zmKt-8cPH&;!>nl=%sKJhZJVd=Thsc?npe+N+}w5fT+-bBl#ZqywWUpopRfP&RSPyA zHQjgaj(lYiZLg{|6&0>C4`y#{Tg+bTNzxvZrd0%g)2#1VRnuFvy?50t)1=ldZymlE z+R~CSFc5A`U6JtJy=@&e$V|GaC3-!gvvV*fi8rv@i{Q&!Dg`^&1(Vl!HMrF!ATDEB`T+LRi#Kfl%x$L}E#>>WVC6qBo}xRio2E(qYG(h;t_fL0H}c}k zF*7&6p$(oMOxYCZ^~UoBbzf!PTzlzK%trN7u{Bj8xYqCHqa&{D`|A~W``1Nlcg`uh z_)>OPe@qF99Gt#qUh`Jng`jv#nEtc{nqK$k+m-6)&zKa!ksI@te*%z~-(B{4{#DjW zCDo=^g?A_187#=2)ZJ9JDSI~F>er_pYdR56gg(FK?Z(ox?hR@EgL5)pYMzqXSY6Tb zIWu6|t$gjn_Shr;K9G|g?(`uaEeP$~IkoiMjqwdbp~v<9mXogAnHOsGw z+mRkcHm7}1{-u82lx2VXb;#kk(08uIM~8k}bk3$|)SUeNjJx99zOu9^LH^S-C8Zdfp35%%FK3X(=l}o! literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/extendedae_plus/textures/item/storage_core.png.mcmeta b/src/main/resources/assets/extendedae_plus/textures/item/storage_core.png.mcmeta new file mode 100644 index 0000000..2bf994f --- /dev/null +++ b/src/main/resources/assets/extendedae_plus/textures/item/storage_core.png.mcmeta @@ -0,0 +1,9 @@ + { + "animation": { + "interpolate": true, + "frames": [ + {"index": 0, "time": 35}, + {"index": 1, "time": 5} + ] + } +} \ No newline at end of file diff --git a/src/main/resources/data/extendedae_plus/recipes/storage_core.json b/src/main/resources/data/extendedae_plus/recipes/storage_core.json new file mode 100644 index 0000000..83159b5 --- /dev/null +++ b/src/main/resources/data/extendedae_plus/recipes/storage_core.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SBS", + "QXQ", + "SBS" + ], + "key": { + "S": { + "item": "ae2:speed_card" + }, + "B": { + "item": "extendedae_plus:64x_crafting_accelerator" + }, + "Q": { + "item": "ae2:spatial_cell_component_2" + }, + "X": { + "item": "ae2:cell_component_256k" + } + }, + "result": { + "item": "extendedae_plus:1024x_crafting_accelerator", + "count": 1 + } +} \ No newline at end of file