From d93693d46ef0ae1159b82a675a02bfaf198dca29 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Wed, 30 Mar 2022 15:47:26 -0700 Subject: [PATCH] fix replay configs --- .minecraft/config/yosbr/config/replaymod.json | 6 +++--- .minecraft/index.toml | 2 +- .minecraft/pack.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.minecraft/config/yosbr/config/replaymod.json b/.minecraft/config/yosbr/config/replaymod.json index d10af1f..b44cc7c 100644 --- a/.minecraft/config/yosbr/config/replaymod.json +++ b/.minecraft/config/yosbr/config/replaymod.json @@ -17,10 +17,10 @@ ] }, "recording": { - "recordSingleplayer": true, - "recordServer": true, + "recordSingleplayer": false, + "recordServer": false, "indicator": false, - "autoStartRecording": true, + "autoStartRecording": false, "autoPostProcess": true, "renameDialog": true }, diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 6f972d0..c85e941 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -38,7 +38,7 @@ hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14" [[files]] file = "config/yosbr/config/replaymod.json" -hash = "5f334c0ecffba938befe00e7800ed761d17a4448b8b403b4bfb589766dfa73a4" +hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760" [[files]] file = "config/yosbr/config/roughlyenoughitems/config.json5" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 1be7562..b313059 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "84bc56a2150860cab679a9441e5f79c877f47f35e703ef5092e2089bd1514e16" +hash = "87cc48d520f202e76c57b8356a92fdc49fc78ad6741b49db4215efe570bae5a0" [versions] fabric = "0.13.3"