From d3feb6903485b3d139e33b9a1c1ef56f7befdba9 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Mon, 30 Jan 2023 13:30:14 -0800 Subject: [PATCH] add raised, openblocks-elevator, and datapack loader --- .minecraft/index.toml | 15 +++++++++++++++ .minecraft/mods/globalpacks.pw.toml | 13 +++++++++++++ .../mods/openblocks-elevator-fabric.pw.toml | 13 +++++++++++++ .minecraft/mods/raised.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 5 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/globalpacks.pw.toml create mode 100644 .minecraft/mods/openblocks-elevator-fabric.pw.toml create mode 100644 .minecraft/mods/raised.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 486766e..c5cecd0 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -115,6 +115,11 @@ file = "mods/fwaystones.pw.toml" hash = "b23a2e35c4be6830c8b34c4380e83a544af721e9372097963808cb7250e4624d" metafile = true +[[files]] +file = "mods/globalpacks.pw.toml" +hash = "4b1966d563f70e4c67f5f1049fd7412f99e78910d6c297c196f207507b9255ca" +metafile = true + [[files]] file = "mods/handcrafted.pw.toml" hash = "8ceb12ff4f44a9ca752980996868ab26dffa2b68bb0a17b5503e6da4657c13c3" @@ -185,11 +190,21 @@ file = "mods/no-chat-reports.pw.toml" hash = "df11b66e152011f96cc5a4dbf35d2dec99c4373cb19a8c1c761368170d425cf4" metafile = true +[[files]] +file = "mods/openblocks-elevator-fabric.pw.toml" +hash = "ac23cb85704f38c7a3647f9638a078c221afb3df4ebf5d61442f2d9adc2adc96" +metafile = true + [[files]] file = "mods/owo-lib.pw.toml" hash = "8de9d8b60eceeb443872a7d9bc8da4a8a77da7b2d0b55aed2d9ca9df7e4df74c" metafile = true +[[files]] +file = "mods/raised.pw.toml" +hash = "ca01ca09a92046525aa36aa2bef72829a37b280de4bd5dff90c14318f661ce86" +metafile = true + [[files]] file = "mods/reacharound.pw.toml" hash = "c57fadb2814e9b3f4f4810d8ddeffc9df7bb2014c931e88268ee0f77150d2ac7" diff --git a/.minecraft/mods/globalpacks.pw.toml b/.minecraft/mods/globalpacks.pw.toml new file mode 100644 index 0000000..fbb686e --- /dev/null +++ b/.minecraft/mods/globalpacks.pw.toml @@ -0,0 +1,13 @@ +name = "Global Packs" +filename = "global_packs-fabric-1.19.3-1.15.2_fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NRLPy2mk/versions/1AE1EPaJ/global_packs-fabric-1.19.3-1.15.2_fabric.jar" +hash-format = "sha1" +hash = "8869558f6ae71fbeb78edad7ea963f78c62cce12" + +[update] +[update.modrinth] +mod-id = "NRLPy2mk" +version = "1AE1EPaJ" diff --git a/.minecraft/mods/openblocks-elevator-fabric.pw.toml b/.minecraft/mods/openblocks-elevator-fabric.pw.toml new file mode 100644 index 0000000..4661577 --- /dev/null +++ b/.minecraft/mods/openblocks-elevator-fabric.pw.toml @@ -0,0 +1,13 @@ +name = " OpenBlocks Elevator (Fabric)" +filename = "openblockselevator-0.0.2-1.19.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/v8XOAQUM/versions/RZ3aO3Ia/openblockselevator-0.0.2-1.19.3.jar" +hash-format = "sha1" +hash = "c00c3d765aaf0a924651e06ca9bd055f5e6792a1" + +[update] +[update.modrinth] +mod-id = "v8XOAQUM" +version = "RZ3aO3Ia" diff --git a/.minecraft/mods/raised.pw.toml b/.minecraft/mods/raised.pw.toml new file mode 100644 index 0000000..55daf47 --- /dev/null +++ b/.minecraft/mods/raised.pw.toml @@ -0,0 +1,13 @@ +name = "Raised" +filename = "raised-fabric-1.19.3-1.1.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nCQRBEiR/versions/OvtfPyeu/raised-fabric-1.19.3-1.1.4.jar" +hash-format = "sha1" +hash = "b5e1a8bc5fef5d07f56adda24c28156e1b65b19d" + +[update] +[update.modrinth] +mod-id = "nCQRBEiR" +version = "OvtfPyeu" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index edf26bc..fea524c 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 = "7624b5601f2306b06195894aa881f76787125a5760fe25a927568b83a65642e4" +hash = "774b99bdf1943348cba339f50396c5b9f235ddd0818171a0f5fcce6d4c553e61" [versions] fabric = "0.14.12"