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 dae3866..a621587 100644 --- a/index.toml +++ b/index.toml @@ -24,6 +24,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/rightclickharvest.json" hash = "faf30cde5b1e7f771326d67ef62a96c21b77528fda556b6211e35ac15335d5df" @@ -534,6 +538,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/resourceful-config.pw.toml" hash = "57d01e72025cda62fd692056f651cec99fdf34ca8874119dfd3e9d9d16f78195" 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 f60c8f7..1ea0c6f 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 = "d622108831dbf250d08d1f52c968ad06407fe38b5d2dce2ef480fa5a1b0e0021" +hash = "2dd83bd05311a4833a57b5d38267795761d466961450f7f4f6328e801ccba612" [versions] minecraft = "1.20.1"