From 6bae88bebe87df0d776c41d7e1464902c0c2b245 Mon Sep 17 00:00:00 2001 From: Hiina Date: Fri, 16 Aug 2024 11:33:57 -0600 Subject: [PATCH] add global datapack mod so I can add 1 level of xp to start. --- index.toml | 5 +++++ mods/globalpacks.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/globalpacks.pw.toml diff --git a/index.toml b/index.toml index 7bdfdd7..74b2def 100644 --- a/index.toml +++ b/index.toml @@ -1867,6 +1867,11 @@ file = "mods/geckolib-fabric-1.20.1-4.4.7.pw.toml" hash = "2620df2a688ad1c4036e870ba3545f15afbf785be128d2beb99a41808562bf9d" metafile = true +[[files]] +file = "mods/globalpacks.pw.toml" +hash = "dd95cf09d9a642a0914a01790dee89b72963e088a4ceb88e206efea6998b03a4" +metafile = true + [[files]] file = "mods/grapplemod-1.8+1.20(.1).pw.toml" hash = "f9b075713959ea15d90c685874486ba5003e3d06df0b510786f8fa837dbef712" diff --git a/mods/globalpacks.pw.toml b/mods/globalpacks.pw.toml new file mode 100644 index 0000000..9315cb9 --- /dev/null +++ b/mods/globalpacks.pw.toml @@ -0,0 +1,13 @@ +name = "Global Packs" +filename = "global_packs-fabric-1.19.4-1.16.1_fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NRLPy2mk/versions/9so0FT8s/global_packs-fabric-1.19.4-1.16.1_fabric.jar" +hash-format = "sha1" +hash = "927c59d923a7a38837427046d6b3b2feedf26128" + +[update] +[update.modrinth] +mod-id = "NRLPy2mk" +version = "9so0FT8s" diff --git a/pack.toml b/pack.toml index b25f182..a8e20ad 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1ababdb9f6e75dd38fcd1f747b5437116a3f99612ace5c3287e17532a48991a9" +hash = "2347e9d373bc7c9ebcff0542bce44b488dc1a2685d0b18580fa41d74b596552f" [versions] fabric = "0.16.0"