mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-23 06:29:31 +00:00
fix replay configs
This commit is contained in:
parent
263cbd745a
commit
d93693d46e
3 changed files with 5 additions and 5 deletions
|
@ -17,10 +17,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"recording": {
|
"recording": {
|
||||||
"recordSingleplayer": true,
|
"recordSingleplayer": false,
|
||||||
"recordServer": true,
|
"recordServer": false,
|
||||||
"indicator": false,
|
"indicator": false,
|
||||||
"autoStartRecording": true,
|
"autoStartRecording": false,
|
||||||
"autoPostProcess": true,
|
"autoPostProcess": true,
|
||||||
"renameDialog": true
|
"renameDialog": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -38,7 +38,7 @@ hash = "f0fd14eec99068dc68655c97de30747c4b5d155114d9004c6e280cabdc499d14"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/replaymod.json"
|
file = "config/yosbr/config/replaymod.json"
|
||||||
hash = "5f334c0ecffba938befe00e7800ed761d17a4448b8b403b4bfb589766dfa73a4"
|
hash = "62cd7583e6fcfb069de057900e08bd931239633da7bd615bc680e800fd8f3760"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "84bc56a2150860cab679a9441e5f79c877f47f35e703ef5092e2089bd1514e16"
|
hash = "87cc48d520f202e76c57b8356a92fdc49fc78ad6741b49db4215efe570bae5a0"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.13.3"
|
fabric = "0.13.3"
|
||||||
|
|
Loading…
Reference in a new issue