Disable all recording by default for ReplayMod
I like to have it installed for convenience if I ever need it, but it uses a LOT of memory when recording is enabled, and it probably shouldn't be enabled by default.
This commit is contained in:
parent
02f6562f8e
commit
ce19f6e9b7
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"recording": {
|
"recording": {
|
||||||
|
"recordSingleplayer": false,
|
||||||
|
"recordServer": false,
|
||||||
"autoStartRecording": false
|
"autoStartRecording": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ hash = "f4f3a9663a482ff424c2db4212fc6f6842c1af3bfb97ebe5c5d7e35e33974e78"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/replaymod.json"
|
file = "config/yosbr/config/replaymod.json"
|
||||||
hash = "83a5bff94752832247869618261f7a606a8a19b246a1eb250b17142bfefff082"
|
hash = "93659cc038fc404d0cab2eb840121b47f5287206a9e6aa00858ed70372b84187"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||||
|
@ -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 = "6219c6bf7fb56e2e12421fbf0c330e90f68240c19e110b218a23cfae064d26d0"
|
hash = "c113ec09d1e34bf66f59994a24a0b924b2b5283404a9de7a849fd479df68b275"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user