disable bclib autosync
This commit is contained in:
parent
c56f94249d
commit
1adacecf1f
4 changed files with 18 additions and 1 deletions
Binary file not shown.
13
config/bclib/server.json
Normal file
13
config/bclib/server.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"auto_sync": {
|
||||
"enabled [default: true]": false,
|
||||
"offerConfigs [default: true]": true,
|
||||
"offerFiles [default: true]": true,
|
||||
"offerMods [default: true]": true,
|
||||
"offerAllMods [default: false]": false,
|
||||
"sendAllModInfo [default: false]": false,
|
||||
"additionalMods": [],
|
||||
"excludeMods": [],
|
||||
"forceBetterXPreset [default: true]": true
|
||||
}
|
||||
}
|
||||
|
|
@ -24,6 +24,10 @@ hash = "a5a48d2e3b9e851be1a0e7b99a518b34fbb2b47ecff4ee06a4261d84ab50655e"
|
|||
file = "config/bclib/client.json"
|
||||
hash = "51ea41bb630e8879457254ffc4967e3942dc75a9643b689373a745d1f47f3bb2"
|
||||
|
||||
[[files]]
|
||||
file = "config/bclib/server.json"
|
||||
hash = "8f1e50ca92cb89ef5aa06f35bcf89c5ff67b20b14bee08bdf7a59282b9ec22dd"
|
||||
|
||||
[[files]]
|
||||
file = "config/itemswapper.json"
|
||||
hash = "f4800ff252692c27fef48552f202466b09a452226871bbccc77b5c73ca557eaa"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "9414db8a83c34f6a60c84940428cc512812c207b5b4ccf9bb0600a921d7e4797"
|
||||
hash = "a2985766c05bd7b0ecb323d69a815492842b4145509f728ef3dc9c8265edf25b"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue