From dd541d187ee57f49e362533192ea066d5f8e0be9 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Mon, 10 Mar 2025 00:17:33 +0000 Subject: [PATCH] Jump ship to fabric --- {mods => datapacks}/waystones-recipes.pw.toml | 0 index.toml | 25 +++++++++---------- mods/createaddition.pw.toml | 14 +++++------ mods/dynamic-fps.pw.toml | 8 +++--- mods/fabric-api.pw.toml | 13 ++++++++++ mods/qsl.pw.toml | 13 ---------- mods/simple-voice-chat.pw.toml | 8 +++--- pack.toml | 6 ++--- 8 files changed, 43 insertions(+), 44 deletions(-) rename {mods => datapacks}/waystones-recipes.pw.toml (100%) create mode 100644 mods/fabric-api.pw.toml delete mode 100644 mods/qsl.pw.toml diff --git a/mods/waystones-recipes.pw.toml b/datapacks/waystones-recipes.pw.toml similarity index 100% rename from mods/waystones-recipes.pw.toml rename to datapacks/waystones-recipes.pw.toml diff --git a/index.toml b/index.toml index 8b52cc9..e88bfcd 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "modlist" +hash = "22fa8a2ca4dfab33677910dd62db239ddf9c3efbdf390158157ef06202549a7d" + [[files]] file = "mods/ae2.pw.toml" hash = "fc542a3a2ee9c2e1b92e302da6c26b967a803e1992588029bc26238223fe63cd" @@ -82,7 +86,7 @@ metafile = true [[files]] file = "mods/createaddition.pw.toml" -hash = "88ae4d8007d44fead0f0844f1bfdf72622e8ca3c40de40d45f8532bbeb8c5d4d" +hash = "c92aae37a2b79c96ac72e17695d1bcbdc35ca51d56f0fb8d1d9ffa9dace45274" metafile = true [[files]] @@ -92,7 +96,7 @@ metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "1daceab4e9912e947308836a6f94ecb5f838ae84a5e77005b3562396569d5db5" +hash = "f22beac0f519580e7ba87d8979ea77b0378ee6e65cdb2a8f153e38ef8b849705" metafile = true [[files]] @@ -105,6 +109,11 @@ file = "mods/entityculling.pw.toml" hash = "8dc45c624a42cf37b923957c9e75c27c26e28e6b4ecee63d0ebe82b41d2e416c" metafile = true +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "c7763ceed9929d3364030c01a4602628ebf46a028d55e7dd06f5aeb6280d36a3" +metafile = true + [[files]] file = "mods/fastquit.pw.toml" hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" @@ -170,11 +179,6 @@ file = "mods/patchouli.pw.toml" hash = "3c2fe6485d980a094a5094263d9d54dd59bd4cfd37439109be561894342a82f8" metafile = true -[[files]] -file = "mods/qsl.pw.toml" -hash = "f2644c0b7c14e9f76afc4e042970f010636e98a116ed92e624e87f01a782aab6" -metafile = true - [[files]] file = "mods/rei.pw.toml" hash = "657ff0025d408f1021309ce5c759821d1f48e397811cc0da6f0b0400827896fa" @@ -187,7 +191,7 @@ metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "04861a3ec5229851c127b955ac89f9063898a1cee628148988100d78dbda7adf" +hash = "ce99f1de3591cde7ff20a2edfcd75f36d85c364ca5e169cbd92c4d9cff65e840" metafile = true [[files]] @@ -210,11 +214,6 @@ file = "mods/travelersbackpack.pw.toml" hash = "88e6b3213a6bab1ad97c590235cddb43fad6e5696e9b7e87aac6db3f0c8d8e41" metafile = true -[[files]] -file = "mods/waystones-recipes.pw.toml" -hash = "d24f9aebc44f21848c73e84d41eab17d4d19f89c31c4e5dff340757c2b6f4271" -metafile = true - [[files]] file = "mods/waystones.pw.toml" hash = "547c1eec5baf45c9c50f4c6cfd20b8f2565c500345c1ae1ce15fedb3c9b8d1d2" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml index a712d6f..c9e9617 100644 --- a/mods/createaddition.pw.toml +++ b/mods/createaddition.pw.toml @@ -1,13 +1,13 @@ name = "Create Crafts & Additions" -filename = "createaddition-fabric+1.20.1-1.2.5.jar" +filename = "createaddition-fabric+1.20.1-1.2.4.jar" side = "both" [download] -hash-format = "sha1" -hash = "6874140ec0fa47d1395bc563105518653b009a88" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/vV4bZmhm/createaddition-fabric%2B1.20.1-1.2.4.jar" +hash-format = "sha512" +hash = "66bab7b3e0cada74d70cfc921d94f53759dd64189a261bcb7d75c5fd2818bbc375bcaa215d321c1c619092aff34ba56a94ec61e6868788d0e599913e7445341d" [update] -[update.curseforge] -file-id = 6244916 -project-id = 439890 +[update.modrinth] +mod-id = "kU1G12Nn" +version = "vV4bZmhm" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml index d66dd63..7a0bb08 100644 --- a/mods/dynamic-fps.pw.toml +++ b/mods/dynamic-fps.pw.toml @@ -1,13 +1,13 @@ name = "Dynamic FPS" -filename = "dynamic-fps-3.9.0+minecraft-1.20.0-quilt.jar" +filename = "dynamic-fps-3.9.0+minecraft-1.20.0-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/pGPWag1M/dynamic-fps-3.9.0%2Bminecraft-1.20.0-quilt.jar" +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/LLIcc8aO/dynamic-fps-3.9.0%2Bminecraft-1.20.0-fabric.jar" hash-format = "sha512" -hash = "f64c2d465cfdba304ed247ffb6d3c2fe507fb645c2a4d4ca6411cc6d15aad319eeaa99637b47e30f6e90ee0777a7e14d6be1b814600faab0901bd35c996b18c6" +hash = "e02e59d8deefe0bc2142458f805d76dc191f1cabcbf92f4d2e121d99189aa031b1e7a11d7d794bb33b3984ecf5da5ffa61a8e1660fec93a6a9e71c777cb4e9f2" [update] [update.modrinth] mod-id = "LQ3K71Q1" -version = "pGPWag1M" +version = "LLIcc8aO" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..0092edc --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.3+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/SKPWumQf/fabric-api-0.92.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "073c045791ddf14c28a1ec163e7ef40dcb014a73d72856f881aab04df018e1c62774978c95cda3a07bb324198bd586040e466eabc46bd2f09a16115c7d97e459" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "SKPWumQf" diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml deleted file mode 100644 index 1162102..0000000 --- a/mods/qsl.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" -filename = "qfapi-7.7.0_qsl-6.3.0_fapi-0.92.2_mc-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/s8dfz9Xa/qfapi-7.7.0_qsl-6.3.0_fapi-0.92.2_mc-1.20.1.jar" -hash-format = "sha512" -hash = "d7bb384b961088ae6fe1e0baef9895cd495a515d8337664bb534c36ae17e48188fc1c50cd9a06e3e53898870ada73e737f63853adf43e744fee11a64bad1059a" - -[update] -[update.modrinth] -mod-id = "qvIfYCYJ" -version = "s8dfz9Xa" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index 6ff8d6a..5579bdc 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-quilt-1.20.1-2.5.28.jar" +filename = "voicechat-fabric-1.20.1-2.5.28.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/SKEgfbZ4/voicechat-quilt-1.20.1-2.5.28.jar" +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/pPL5s4GQ/voicechat-fabric-1.20.1-2.5.28.jar" hash-format = "sha512" -hash = "bc6fd2fab67df13c0f138e9c888e4e7085bda12dc0b02a38c1bffbb0949badb95269929b3f9d12a16d4a99d2a6e35fae5200964d391d1978d282f0dc2b616844" +hash = "91fc42b7bd828c6306a8172768f8177907029ca722ba0e41d9976099b9c9e740dbbcfabce1cb35c4ff80b89628e2c7ee659cf6bdcafdc54ea1aa312d0dae591b" [update] [update.modrinth] mod-id = "9eGKb6K1" -version = "SKEgfbZ4" +version = "pPL5s4GQ" diff --git a/pack.toml b/pack.toml index 8fa79c2..f8bd588 100644 --- a/pack.toml +++ b/pack.toml @@ -1,4 +1,4 @@ -name = "Ailurocraft" +name = "Ailuropack" author = "Arzumify & Soikr" version = "1.0.0" pack-format = "packwiz:1.1.0" @@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "89c4fa344cdd9954a4a6bc08ba391d2dc199b6ee40a7bd358c68d9c631c1f99e" +hash = "11ba0c9843d75ec21648a9d78f3ab7d9cd9f6af74a0db8510a26d90736bd4837" [versions] +fabric = "0.16.10" minecraft = "1.20.1" -quilt = "0.28.1-beta.1"