From 80156b3f803a1d6d0058d827dc5eff4ce708609f Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 11 Apr 2023 13:40:47 -0400 Subject: [PATCH] Add map mods --- index.toml | 10 ++++++++++ mods/xaeros-minimap.pw.toml | 13 +++++++++++++ mods/xaeros-world-map.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/xaeros-minimap.pw.toml create mode 100644 mods/xaeros-world-map.pw.toml diff --git a/index.toml b/index.toml index 86112e0..a930e83 100644 --- a/index.toml +++ b/index.toml @@ -118,6 +118,16 @@ file = "mods/wthit.pw.toml" hash = "09eeea145537da2b895fae591bc97dcfee6c8232d63d9c8c11055b59df1dcfa4" metafile = true +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "67f48870ac5b18cc17c99b015b6dd67121d6535d5fe7bc0f0ba04d924f0c4fee" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "32a20f527f7de281607cd8bbc74d16d569af47541d92e8300b7ef6716b838d0f" +metafile = true + [[files]] file = "mods/yacl.pw.toml" hash = "96a0c6997753cbc04207852157e0fd41d47dfbfd6aef9023125380518d8dd545" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..2633f0a --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_23.3.3_Fabric_1.19.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d625d3626bc5a4eeac5a11648e3fe251d1d6ba05" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4470060 +project-id = 263420 diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..234054a --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.29.5_Fabric_1.19.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "93d203bc6fe080ad189749822687beade9cd7824" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4470080 +project-id = 317780 diff --git a/pack.toml b/pack.toml index 2d9c8bc..21e3fc4 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 = "9b74333ec44e1ee3c1fb414c1b7be746710f9440db41d36be05c110c611b57e6" +hash = "25ca69f4cad7b25c85e5cefa53efc6966b096f698a6c1b6d2a08444734e2ab3c" [versions] minecraft = "1.19.4"