diff --git a/config/yosbr/config/better_loading_screen/fabrication/features.ini b/config/yosbr/config/better_loading_screen/fabrication/features.ini new file mode 100644 index 0000000..edf27d6 --- /dev/null +++ b/config/yosbr/config/better_loading_screen/fabrication/features.ini @@ -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 \ No newline at end of file diff --git a/index.toml b/index.toml index d94d89c..cd79d73 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index b606563..34488ea 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "b8f6d850ba32ebf73b33684acc60395d626a0f12d587667973bbc278de2e74a1" +hash = "c71fb965451bd6849318b5c2775c9b1ac0bafdec4fae8077b243bdee9c415c02" [versions] fabric = "0.13.3"