diff --git a/config/yosbr/config/replaymod.json b/config/yosbr/config/replaymod.json new file mode 100644 index 0000000..6211a80 --- /dev/null +++ b/config/yosbr/config/replaymod.json @@ -0,0 +1,5 @@ +{ + "recording": { + "autoStartRecording": false + } +} diff --git a/index.toml b/index.toml index 83280df..4033f62 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,10 @@ hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18" file = "config/yosbr/config/puzzle.json" hash = "f4f3a9663a482ff424c2db4212fc6f6842c1af3bfb97ebe5c5d7e35e33974e78" +[[files]] +file = "config/yosbr/config/replaymod.json" +hash = "83a5bff94752832247869618261f7a606a8a19b246a1eb250b17142bfefff082" + [[files]] file = "config/yosbr/config/roughlyenoughitems/config.json5" hash = "c072599a7c36a2e240d61ea78ee02b57dec67ae1cfb6dfe70f8ea58537099d40" @@ -332,6 +336,11 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335" metafile = true +[[files]] +file = "mods/replaymod.pw.toml" +hash = "9e7c1e6cf3b81dce5a77bf5c95ed9d8e9b936b932aeadb1255245234230ced16" +metafile = true + [[files]] file = "mods/screenshot-to-clipboard.pw.toml" hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" diff --git a/mods/replaymod.pw.toml b/mods/replaymod.pw.toml new file mode 100644 index 0000000..7c6b74b --- /dev/null +++ b/mods/replaymod.pw.toml @@ -0,0 +1,13 @@ +name = "ReplayMod" +filename = "replaymod-1.20.1-2.6.13.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/akFkhrL8/replaymod-1.20.1-2.6.13.jar" +hash-format = "sha1" +hash = "a7d1cf1041c1b869dbe25d98abe81138ef634936" + +[update] +[update.modrinth] +mod-id = "Nv2fQJo5" +version = "akFkhrL8" diff --git a/pack.toml b/pack.toml index 9700df4..dae6070 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "cb122591acfc4139002f4eb8ed80679c4c9e572f1abec2e7c3b3fcf27e961d0c" +hash = "99c41244ca6da4c449802e27de997aef12c021a23300a526c148897acab254de" [versions] minecraft = "1.20.1"