add fabrication config
This commit is contained in:
parent
8e621e934c
commit
45ca20fe15
@ -0,0 +1,24 @@
|
||||
; Comments are indicated with a semicolon.
|
||||
|
||||
; All toggles may be set to "banned", "false", "true", or "unset". "unset"
|
||||
; adopts the default value - what this means depends on your profile setting.
|
||||
; "banned" completely prevents the feature from loading, similar to "false" in
|
||||
; pre-2.0 versions of Fabrication. On servers, setting an option to banned
|
||||
; (even if it's client-only) will also prevent clients connecting to the
|
||||
; server from enabling it (if they are well-behaved; it is easy to make a
|
||||
; hacked version of Fabrication that ignores this, so don't rely on it.)
|
||||
|
||||
; You can upgrade your config to the latest default config with all of its
|
||||
; comments without losing your settings by renaming this file to
|
||||
; "features.ini.old". You will lose any new comments or formatting, but your
|
||||
; values will be carried over.
|
||||
|
||||
; Broad features and global settings.
|
||||
[general]
|
||||
dark_mode=true
|
||||
data_upload=false
|
||||
profile=medium
|
||||
|
||||
[unsafe]
|
||||
disable_breaking_speed_check=unset
|
||||
disable_moved_too_quickly=true
|
@ -132,6 +132,10 @@ hash = "8c1e0137f236c480d18a4a47622c897c1406de20305d1ac2bb9253bb8d9c22f0"
|
||||
file = "config/yosbr/config/better_loading_screen/config.json5"
|
||||
hash = "0328551a975daba1d595c7657f70eb003c1a444e071e0fdb3a0754cc5a7d7815"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/better_loading_screen/fabrication/features.ini"
|
||||
hash = "fd14fb4a2f1524826b18f4395e2774e3cdf671912b0ae0f5df738c02301b9013"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/options.txt"
|
||||
hash = "8e981e0a3fe5ec96b79be185991a401b54ed6c4352f52475b85c172668992c35"
|
||||
|
Loading…
Reference in New Issue
Block a user