From 52761f2da8a2e4fd9c9bee0a8e4551bba861d30b Mon Sep 17 00:00:00 2001 From: Merith Date: Mon, 24 Oct 2022 16:42:33 +0000 Subject: [PATCH] add replaymod --- .minecraft/index.toml | 5 +++++ .minecraft/mods/replaymod.pw.toml | 18 ++++++++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/replaymod.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index b921192..dbd2259 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -242,6 +242,11 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "1c6d01b013b9e8c6dd921046adc7c7768814c17a0fde45cbe695c8e2de40f8be" metafile = true +[[files]] +file = "mods/replaymod.pw.toml" +hash = "79721c68c3475400efab4fc288cc27e13d4337f649e1ca09527258c5abb49c52" +metafile = true + [[files]] file = "mods/roughly-enough-items.pw.toml" hash = "001350237bce8df4bf29e36f566199cc8ccb37f2a2b9111c6e043894ab14e9ae" diff --git a/.minecraft/mods/replaymod.pw.toml b/.minecraft/mods/replaymod.pw.toml new file mode 100644 index 0000000..4c48db9 --- /dev/null +++ b/.minecraft/mods/replaymod.pw.toml @@ -0,0 +1,18 @@ +name = "ReplayMod" +filename = "replaymod-1.19.1-2.6.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/1.19.1-2.6.8/replaymod-1.19.1-2.6.8.jar" +hash-format = "sha1" +hash = "031f924a9452e9e77b29e5d8d2283df07823757b" + +[update] +[update.modrinth] +mod-id = "Nv2fQJo5" +version = "1IAzC6AX" + +[option] +optional = true +default = false +description = "Replay Mod" \ No newline at end of file diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 0d0d04d..da6354a 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 = "2535a90fc3b4a6866e39590e473dddb5a7bfe2926b681707eef005aa4d039324" +hash = "237d18e1143734d73781886f28a75d9101ece4f5c79903a57cb803c7eb809ec8" [versions] fabric = "0.14.9"