Updated RegResources (adds /shadowclone), Added ParticleAnimationLib a dependency of RegResources

This commit is contained in:
JordanPlayz158
2025-07-27 21:07:55 -04:00
parent e3bce109d9
commit ff47a3674b
5 changed files with 21 additions and 3 deletions

View File

@@ -969,6 +969,11 @@ file = "mods/pandalib.pw.toml"
hash = "b3c37edaa9787bb750ff6fd490e82154f22dd44ab779dece0b81684883be8590" hash = "b3c37edaa9787bb750ff6fd490e82154f22dd44ab779dece0b81684883be8590"
metafile = true metafile = true
[[files]]
file = "mods/particleanimationlib.pw.toml"
hash = "9066d580b67d0bdc8451d66620b663431864a6859d2eeb82222c3f249bdd729b"
metafile = true
[[files]] [[files]]
file = "mods/patchouli.pw.toml" file = "mods/patchouli.pw.toml"
hash = "2e8e746d6f81c3dbb935bb2f3074d129574dd03d19d201975c5049fd70a54dc2" hash = "2e8e746d6f81c3dbb935bb2f3074d129574dd03d19d201975c5049fd70a54dc2"

View File

@@ -0,0 +1,13 @@
name = "ParticleAnimationLib"
filename = "particleanimationlib-0.1.2.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/IdWS3kJ8/versions/tQZovAxn/particleanimationlib-0.1.2.jar"
hash-format = "sha1"
hash = "d3fd8659259e26a74971345ea8ae478c26ed5524"
[update]
[update.modrinth]
mod-id = "IdWS3kJ8"
version = "tQZovAxn"

View File

@@ -2,6 +2,6 @@ name = "regresources"
filename = "regresources-1.0.0.jar" filename = "regresources-1.0.0.jar"
[download] [download]
url = "https://git.cubicxp.org/cubicxp/RegalitySMP/raw/branch/main/compileFromSourceMods/regresources-1.0.0.jar" url = "https://git.cubicxp.org/cubicxp/RegalitySMP/raw/branch/develop/compileFromSourceMods/regresources-1.0.0.jar"
hash-format = "sha256" hash-format = "sha256"
hash = "b8957b117d57a21e427fc415b7ee551bb719ded5a794d7ffcbae027afe26f53c" hash = "9fae89c610d92da87d5aed201f7ce0621a79ab3284200c206da19ac951dd80a0"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "c738ca7f061ce953ad6d9ec188461113e45f5cc269e7d06ec17e999c8986f436" hash = "9119d937c85752b94d4d15bc45c122130223ad51c9348cf003479a8634b85685"
[versions] [versions]
fabric = "0.16.10" fabric = "0.16.10"