add global datapack mod
so I can add 1 level of xp to start.
This commit is contained in:
parent
a2657b8d30
commit
6bae88bebe
3 changed files with 19 additions and 1 deletions
|
@ -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"
|
||||
|
|
13
mods/globalpacks.pw.toml
Normal file
13
mods/globalpacks.pw.toml
Normal file
|
@ -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"
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue