From a64b607f3112c9971a839e8d8018e8e4a9555824 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Tue, 21 May 2024 23:13:34 +0200 Subject: [PATCH] [a] add emuno, polymorph, draggable lists and recipes - shield debuffed recipe - emuno - draggable lists - polymorph - diamond to sprocket conversion - shield texture tweaks --- config/global_data_and_resourcepacks.toml | 2 +- index.toml | 45 ++++++++++++++++-- mods/draggable-lists.pw.toml | 18 +++++++ mods/emuno.pw.toml | 18 +++++++ mods/polymorph.pw.toml | 13 +++++ pack.toml | 2 +- resources/required_assets/.packwizignore | 0 .../minecraft/textures/entity/shield_base.png | Bin 0 -> 1170 bytes .../textures/entity/shield_base_nopattern.png | Bin 0 -> 1374 bytes .../ExploreCraft-Tweaks/pack.mcmeta | 6 +++ .../ExploreCraft-Tweaks/pack.png | Bin 0 -> 808 bytes .../data/minecraft/recipes/shield.json | 24 ++++++++++ .../numismatics/recipes/diamond_shard.json | 12 +++++ .../data/numismatics/recipes/sprocket.json | 12 +++++ 14 files changed, 147 insertions(+), 5 deletions(-) create mode 100644 mods/draggable-lists.pw.toml create mode 100644 mods/emuno.pw.toml create mode 100644 mods/polymorph.pw.toml delete mode 100644 resources/required_assets/.packwizignore create mode 100644 resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png create mode 100644 resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png create mode 100644 resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta create mode 100644 resources/required_assets/ExploreCraft-Tweaks/pack.png create mode 100644 resources/required_data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json create mode 100644 resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/diamond_shard.json create mode 100644 resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/sprocket.json diff --git a/config/global_data_and_resourcepacks.toml b/config/global_data_and_resourcepacks.toml index d55f092..b87e645 100644 --- a/config/global_data_and_resourcepacks.toml +++ b/config/global_data_and_resourcepacks.toml @@ -12,7 +12,7 @@ enable_system_global_packs = false #With the current config you can place a Datapack into '.minecraft/global_packs/required_data' to force enable a datapack. [resourcepacks] required = [ - "resources/required_resources/" + "resources/required_assets/" ] [datapacks] diff --git a/index.toml b/index.toml index 63ccfed..4cef8ac 100644 --- a/index.toml +++ b/index.toml @@ -6,7 +6,7 @@ hash = "77ca3059e73ab40c271013ec3719328cb1c71139387a1986dcc452ebee0a5400" [[files]] file = "config/global_data_and_resourcepacks.toml" -hash = "321eb89c510cb81571e2e1aec6c3c243c7c33b6629744a6489afc7125b5ece24" +hash = "98a0aedb91f38f7abd7ce559030a8163b11f38f1178fdedcc64cba13ac8a5798" [[files]] file = "mods/adorn.pw.toml" @@ -258,6 +258,11 @@ file = "mods/do-api.pw.toml" hash = "57bdebf7fb5de047c0fe304d2646c854d629007734c589253aaa97973982f522" metafile = true +[[files]] +file = "mods/draggable-lists.pw.toml" +hash = "b3b3985b2d0a7619e212949cf35745f51efe7f46827eedf3bfd207a265ab7b76" +metafile = true + [[files]] file = "mods/dye-depot.pw.toml" hash = "bc91847d35a36a44d15e104f0be19ef5a48ddf50463bbe92c78f7622b0237a40" @@ -308,6 +313,11 @@ file = "mods/emitrades.pw.toml" hash = "a55d562fcd6be9796e8cc162b83b5745efd83254fae44bf5a4d85d0fe6c97fcb" metafile = true +[[files]] +file = "mods/emuno.pw.toml" +hash = "d74817d89b62d5ed1650a8819e677e06203b4f23d13eaa30fce73e057b1d4a5e" +metafile = true + [[files]] file = "mods/enchanted-vertical-slabs.pw.toml" hash = "48f422e0435d5a3fc58a03fe9a35369719ad439bdcc6fb6b5c856ea1979eb2ad" @@ -663,6 +673,11 @@ file = "mods/persistent-parrots.pw.toml" hash = "38d85913a24f8cd228c4c5c99cb1cd0e85b86d0ffc99af0cefefd872f196055d" metafile = true +[[files]] +file = "mods/polymorph.pw.toml" +hash = "00cff67650b9b398040a1007458b9de2af5a64713c3cca1ec6a2ddbaf59985e7" +metafile = true + [[files]] file = "mods/presence-footsteps.pw.toml" hash = "47f2cc55eea663422fb2121da11d2a4b19ce46b488dfa089dd0fb9d1a23b503a" @@ -909,8 +924,20 @@ hash = "f2ac58d81c2e7aa64af8a028c9e7506873f0391c71e5663f7ae769b8b555f4f9" metafile = true [[files]] -file = "resources/required_assets/.packwizignore" -hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" +file = "resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png" +hash = "57aea5dac882801b72ce6203c8b319798c247bb80fcb7b6d618dde567a151f71" + +[[files]] +file = "resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png" +hash = "fae8932102b5da3f626cf79d59130fb941132fc31c4d2ddfa69f50e831a7bc36" + +[[files]] +file = "resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta" +hash = "e697905a6c5a92f5ff6eb9b06f238336b199c4450db73047357bb4ce6b1e14fd" + +[[files]] +file = "resources/required_assets/ExploreCraft-Tweaks/pack.png" +hash = "7b4b3b0cec6286cd66805085b4bdff65be491e33c2b1e8a9246221428cd21204" [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/explorations/worldgen/structure_set/floating_island.json" @@ -924,10 +951,22 @@ hash = "77760c0d79f8966470ab77d206df84a2e862ea0f1d2f11a979756d01c587a64d" file = "resources/required_data/ExploreCraft-Tweaks/data/gamerules/functions/load.mcfunction" hash = "5b32bf77e13943240fab521372fd418a56c9e158ac307bda8d0e1fa289aed164" +[[files]] +file = "resources/required_data/ExploreCraft-Tweaks/data/minecraft/recipes/shield.json" +hash = "1f2ca55e075dc2935b332ff900a6c021169c65a82a8c22aab02c5d75c0cd30be" + [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/minecraft/tags/functions/load.json" hash = "29c2f520c5cfc034ad4ce25619c0719b05e8a281dd060c32b471c1e94bfe379c" +[[files]] +file = "resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/diamond_shard.json" +hash = "dc3cb23404cb7dfed757c4847125ec8bd3032a8cff66c48d1caf6937dfd0d327" + +[[files]] +file = "resources/required_data/ExploreCraft-Tweaks/data/numismatics/recipes/sprocket.json" +hash = "c45e1ca16d588b3d654b391f5af57101c2a76a9b3079eeba73493e6fb9c1900b" + [[files]] file = "resources/required_data/ExploreCraft-Tweaks/data/tconstruct/worldgen/structure/blood_island.json" hash = "91e34cc3e487d01f2deeccb13e0e9194d316b41cccff110773be941af2351f10" diff --git a/mods/draggable-lists.pw.toml b/mods/draggable-lists.pw.toml new file mode 100644 index 0000000..f9d37d2 --- /dev/null +++ b/mods/draggable-lists.pw.toml @@ -0,0 +1,18 @@ +name = "Draggable Lists" +filename = "draggable_lists-mc1.20-1.0.1-build.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aLcHfalx/versions/heA62vSK/draggable_lists-mc1.20-1.0.1-build.7.jar" +hash-format = "sha1" +hash = "be264eee72143d9ab8eb2e48934a1ac551876566" + +[update] +[update.modrinth] +mod-id = "aLcHfalx" +version = "heA62vSK" + +[option] +optional = true +default = true +description = "This mod makes it so resource packs and servers are draggable because who loves pressing buttons repeatedly just to move an item in a UI." diff --git a/mods/emuno.pw.toml b/mods/emuno.pw.toml new file mode 100644 index 0000000..4e893fa --- /dev/null +++ b/mods/emuno.pw.toml @@ -0,0 +1,18 @@ +name = "EmuNO" +filename = "emuno-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RLrPqrNI/versions/Rt34JLkK/emuno-1.1.1.jar" +hash-format = "sha1" +hash = "851deb11c20f2a7a43ae19919bed4f436483a033" + +[update] +[update.modrinth] +mod-id = "RLrPqrNI" +version = "Rt34JLkK" + +[option] +optional = true +default = true +description = "Disables various macOS-specific behaviors, making your life better." diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml new file mode 100644 index 0000000..bf4db44 --- /dev/null +++ b/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph" +filename = "polymorph-quilt-0.49.3+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/qA4syOxx/polymorph-quilt-0.49.3%2B1.20.1.jar" +hash-format = "sha1" +hash = "06cae28b9f04fb5d091539a36b663ac796a2d3bc" + +[update] +[update.modrinth] +mod-id = "tagwiZkJ" +version = "qA4syOxx" diff --git a/pack.toml b/pack.toml index ab61cb4..755607f 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1fe3d5bb85270e6216bdc42e8850329a98ad9ba3b9c26f791bc0767d209f25c9" +hash = "1b3635f3fba443281111f29d3a2289d875bcb2a241aeae33eb4d9bdeffe3e287" [versions] minecraft = "1.20.1" diff --git a/resources/required_assets/.packwizignore b/resources/required_assets/.packwizignore deleted file mode 100644 index e69de29..0000000 diff --git a/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png b/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base.png new file mode 100644 index 0000000000000000000000000000000000000000..56eb7f96892b053026cf670c2d186c84113c7653 GIT binary patch literal 1170 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-HD>VDa&EaSW-5 zdmG{F5fUh3$E;=b@4QQp=j(b-wJeV-eD&$qwdr3&>)!v`dfIF=vtIa2$8EG>u8%o-ysA3x@>^~9 zpXG1Tb#L36GkEyctZ$Iy4z9BCcML`erxpF<-;MgN{}I z7R|o5r}DHz?VFsGuEQ5DK2X`LaQoqs$-m7%?fX&tahB1pkWj;9zK%+vKeB9pxEKr) zPP|`y>eE~v1}A22hLU|%o_@GkXSfZ*vA=y>4w&J~N|MH6hNx<-BoRIN*bEs_2asN3pqjoPl z5X3j*T*FHSV4`TaVp45k!_aX4yXe#d3=O|e7#=R(@;8#5A=SXv_HK|+&DEPnOXHs~ zIF>$P2x;8qWzKA1CbeKrrR1509jpv)hav*mCbC>)Hwm3?%y7e*FTjdrnogvbYIT>c z;ewxa+zZ(mn9W4R3O+M83;wRYEf#q6T29n_s{=kxPAtl|ZtcF}+jN34jM0HFqw-D` z14CQ!$zqF_N#$0yzeN^Ji#=$dabx%E%8V$s#mDBf_^xAm@o=p{f)&HPzN%R>W^55* zN~>*PkzU-z!5pwBck@y|10$9REUt5$y|$=GTxaN*r7yHlqj_Se!a9Zn&+}5Wdkh#j z*!`|bNhu1-U5t7-qrG7Uy8??0U;E4J3L;033pgq0G2RG_afytK+|RP$nVT)Y9Rt%O zg=q-~u3F2+{BqH@Nta+qzSI6)@EK#8G2INN&5{f`VM zgOlZ||49C1AM^$)9b28)snS03;f zG6^diebiw%;PJ*gzxW5wp8j?G3LWnmH(J{7KT@KyjE8waheXOO&DL+?+=?I8w=FVc zSGdM?Bx>Ik$(l92b3OO5Ik>JramCZvLG6~-sY^To7qyK_FY!$1+}5?pggN9(m(N@i z=9EQi7wMd35Z$X3tbUeZX2xm_Z)56d`}JP(gRBkT$@sITRTqGT41=eupUXO@geCy+ COZ=|@ literal 0 HcmV?d00001 diff --git a/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png b/resources/required_assets/ExploreCraft-Tweaks/assets/minecraft/textures/entity/shield_base_nopattern.png new file mode 100644 index 0000000000000000000000000000000000000000..5b59310864c95f5073219b6ed84306b87f54b0ec GIT binary patch literal 1374 zcmc(f{XY|U0LQ=E*rrAl>Kr!@rN&*oM6z26E$oGPh|}evNwM=V8&bz;>}Vd2a#CY? zmNN9Zsc2#*B2V*>hf>BmMp(#5#O?ly`{DEXygomF-mg!p8__{^ht3WFfGWWe@1aPW z|Ad4qyz)2NxFR4?9u9V(rdM|s0OfrIyshUo|AljYVVYi=*7*}5d*2RFZs%BTl^rq& zHGtQ?-!&AteVaDTeMUxqF@WFaI@anVc(u zg_+iuF9rL=V8-r~LYf9Sue#s9snU^+55-*wiji>|*XUB57#npGkMD`|F{brI;|=$k z$KMvmZ8u&$L4gZN)qxAt`XTvy!4q=Ik+{}%Nl8nFbBcpxbNt!(4^7kSbh>UkaMgju@_ao|-*~5gdQ0ep0vrK7vhZ@#%){79-+I>dwN*~} zhww*(^DR)mj%#1b!3#zV0BUwU9{e*^h2Jw*p2rWm(NocId^xIHRInXQ0aVP_om$h< z{=BcQqw8dg&XE`B=dB{d^#*(Hu%#JrWG;1hTVy-(O63i^uwlT)Juyq_gs!ByFssaq z0_Ij<*^nUS`je_|+iaufOW_+?v=vc8Z8~s%1v8zslLl1oSYT^|YvPrqt6?yyS)>}n zT#6uHloAubQKx0^rz5qSB7ZYzMS7SDgVNAXtyhDjwKA3zT!Iwodscn>7k zU^M1u<|X_iI{KbB;LZ0h2eTlIARE_6D5GGtZl*%GFMVPa=1_sJ8WmM$9%V(QU|B_a zz)B^!9F^wc6Qu`ZV9AVOjGMbzmWj-C${wy}v^K&yRQj?#ojluZ0EZ>9X6)f9^#}mV zJ;k>&%HMOaVMWW9te~R(z%q{id3Hr~{6S;LJE(G0yWkTQ+)V9}PCoMMDmtyiTV!%U z?3bC@Z&j=6xLKuzXl)JO^Ft(vI##YxamE-kF^sq*3~tZX2Bp$n=kJj!kb9tW<_3f-?O8V#-pt%h7%Wm7?+OaUCKk&qcY=40u*(SW@Rsa^ zO}eH!z$={|J8yNz9d7p2x-MxW79T52Q&j_tD5Ieur$vo~0&}oQn{|@G7Ue0mAUYmE zydSq5?Hgf2tafiaS=%{>Es3ZTt}!wiOt^kot&anMr6Gb%$+z1`Hvkh`;vdq2^cZ0g z`eSpZCz+zBwS(0WpwG<2WbM+vqTS(oBS%sHOIr~HHy4ImJ*0RXuIN-8CLo+4;%n?k GN&f=srE*UI literal 0 HcmV?d00001 diff --git a/resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta b/resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta new file mode 100644 index 0000000..d419181 --- /dev/null +++ b/resources/required_assets/ExploreCraft-Tweaks/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "ExploreCraft Utilities and Tweaks!", + "pack_format": 15 + } +} diff --git a/resources/required_assets/ExploreCraft-Tweaks/pack.png b/resources/required_assets/ExploreCraft-Tweaks/pack.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3a43976ed957105ee61ba02be26b5e083dd4a8 GIT binary patch literal 808 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSoCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&di3`~1HT^vIy7~kIA=p_><((ur52}g^HN^Y0K zsSr)4F5jt2p&m28d(2a*eUV2J(Se;V%K7ZU3@Y|B9R;_>)XeiL+*L7?sdgcngFm8mIc`n1!K{5^?6BwF+`HNq zUwtNYo}YgA_6=*e$-Bh@fErB8&iAi3kNclrE8he&^|R!I=Wl;Ms;GUw!lJJ_PvrXz zjo&d1=V0Fc$@8JoOuK%=-dLGqGZiMsdUrg3{QJ|J+WIMH6+ZraeC9ID`k3F64{qoD zV?N|FVdY#&qvZE@yQ}{-&s=T@bHlrR{1eWx%se&o;l`u3^