diff --git a/.minecraft/index.toml b/.minecraft/index.toml index bcec4e4..4c69644 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -236,6 +236,11 @@ file = "mods/mouse-tweaks.pw.toml" hash = "ce135ca85c8b940d23d2970ae1032a2a8f572a6b9f98d251ef671c5186a57ff8" metafile = true +[[files]] +file = "mods/paxi-fabric.pw.toml" +hash = "d0a9744dca85bb9f5331e4a4ea0995d61bede26488a39d6df1d005fd9eb08fb7" +metafile = true + [[files]] file = "mods/peripheralium.pw.toml" hash = "e82b835b83c858d78067d50274b34bb49b3a264e9bff19b82c2ab0ae9a323c63" @@ -336,6 +341,11 @@ file = "mods/yosbr.pw.toml" hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f" metafile = true +[[files]] +file = "mods/yungs-api-fabric.pw.toml" +hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be" +metafile = true + [[files]] file = "mods/zoomify.pw.toml" hash = "49e25ec166b7824d8f1d7feccbd08a8e904c90b089f6485b05df9173a489bd54" diff --git a/.minecraft/mods/paxi-fabric.pw.toml b/.minecraft/mods/paxi-fabric.pw.toml new file mode 100644 index 0000000..e9afa6e --- /dev/null +++ b/.minecraft/mods/paxi-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi (Fabric)" +filename = "Paxi-1.18.2-Fabric-2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "caeb795b5ec9e30748e766ba451dcb4d7914cf48" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3706642 +project-id = 418881 diff --git a/.minecraft/mods/yungs-api-fabric.pw.toml b/.minecraft/mods/yungs-api-fabric.pw.toml new file mode 100644 index 0000000..3050c76 --- /dev/null +++ b/.minecraft/mods/yungs-api-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API (Fabric)" +filename = "YungsApi-1.18.2-Fabric-2.0.8.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "4e96599a16b1eba26e2e712d5f282780dca58876" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3779089 +project-id = 421649 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 0a6b0a9..aec5ae5 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "06d89d41b736d2b1e96062692b513cb4c49376e1ae221d84202c43cd0167dada" +hash = "206479db74afdf7d5605bf07b9eaf78770e222b72d7e3f90efe81403cbce5ebf" [versions] fabric = "0.14.8"