mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
add replaymod
This commit is contained in:
parent
e4533825ea
commit
52761f2da8
3 changed files with 24 additions and 1 deletions
|
@ -242,6 +242,11 @@ file = "mods/reeses-sodium-options.pw.toml"
|
||||||
hash = "1c6d01b013b9e8c6dd921046adc7c7768814c17a0fde45cbe695c8e2de40f8be"
|
hash = "1c6d01b013b9e8c6dd921046adc7c7768814c17a0fde45cbe695c8e2de40f8be"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/replaymod.pw.toml"
|
||||||
|
hash = "79721c68c3475400efab4fc288cc27e13d4337f649e1ca09527258c5abb49c52"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.pw.toml"
|
file = "mods/roughly-enough-items.pw.toml"
|
||||||
hash = "001350237bce8df4bf29e36f566199cc8ccb37f2a2b9111c6e043894ab14e9ae"
|
hash = "001350237bce8df4bf29e36f566199cc8ccb37f2a2b9111c6e043894ab14e9ae"
|
||||||
|
|
18
.minecraft/mods/replaymod.pw.toml
Normal file
18
.minecraft/mods/replaymod.pw.toml
Normal file
|
@ -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"
|
|
@ -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 = "2535a90fc3b4a6866e39590e473dddb5a7bfe2926b681707eef005aa4d039324"
|
hash = "237d18e1143734d73781886f28a75d9101ece4f5c79903a57cb803c7eb809ec8"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.9"
|
fabric = "0.14.9"
|
||||||
|
|
Loading…
Reference in a new issue