From 5ba2c244479a03d580ee90625b19f6dd2ec2e318 Mon Sep 17 00:00:00 2001 From: Fauli1221 Date: Sun, 14 Apr 2024 13:35:39 +0200 Subject: [PATCH] updated configs and added server by dafault --- .../client/config/yosbr/config/bobby.conf | 39 +++++++++ .../config/yosbr/config/fabrishot.properties | 4 +- .../client/config/yosbr/config/minelp.json | 74 ++++++++++++++++++ TrotCraft/client/config/yosbr/options.txt | 1 + TrotCraft/client/config/yosbr/servers.dat | Bin 0 -> 6595 bytes TrotCraft/client/index.toml | 16 +++- TrotCraft/client/pack.toml | 2 +- TrotCraft/server/config/yosbr/options.txt | 0 8 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 TrotCraft/client/config/yosbr/config/bobby.conf create mode 100644 TrotCraft/client/config/yosbr/config/minelp.json create mode 100644 TrotCraft/client/config/yosbr/servers.dat delete mode 100644 TrotCraft/server/config/yosbr/options.txt diff --git a/TrotCraft/client/config/yosbr/config/bobby.conf b/TrotCraft/client/config/yosbr/config/bobby.conf new file mode 100644 index 0000000..b07e96f --- /dev/null +++ b/TrotCraft/client/config/yosbr/config/bobby.conf @@ -0,0 +1,39 @@ +# Delete regions from the cache when they have not been loaded for X days. +# +# The cache for a given world is cleaned up whenever you disconnect from the server. +# Entire worlds are cleaned up when the game starts and you have not visited them for X days. +# +# Set to -1 to disabled. +# Set to 0 to clean up everything after every disconnect. +delete-unused-regions-after-days=-1 +# Enables support for servers with multiple identically-named worlds. +# +# When enabled, a new local cache is started on each world change. If there are enough chunks with similar content in two caches, they will automatically be merged. +# This does mean that you may need to walk around a little before Bobby loads in cached chunks if there is little identifying information in your world (e.g. flat worlds). +# +# You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it. +# Requires a `/bobby upgrade` after enabling with existing cache. +dynamic-multi-world=true +enabled=true +# Changes the maximum value configurable for Render Distance. +# +# Requires Sodium. +max-render-distance=128 +# Do not load block entities (e.g. chests) in fake chunks. +# These need updating every tick which can add up. +# +# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. +no-block-entities=true +# Reduces the light levels in fake chunks so you can tell the difference from real ones. +taint-fake-chunks=false +# Delays the unloading of chunks which are outside your view distance. +# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). +# Does not work across dimensions. +unload-delay-secs=60 +# Overwrites the view-distance of the integrated server. +# This allows Bobby to be useful in Singleplayer. +# +# Disabled when at 0. +# Bobby is active in singleplayer only if this is enabled. +# Requires re-log to en-/disable. +view-distance-overwrite=0 diff --git a/TrotCraft/client/config/yosbr/config/fabrishot.properties b/TrotCraft/client/config/yosbr/config/fabrishot.properties index 889a3fd..9c2b949 100644 --- a/TrotCraft/client/config/yosbr/config/fabrishot.properties +++ b/TrotCraft/client/config/yosbr/config/fabrishot.properties @@ -1,4 +1,4 @@ -custom_file_name=%time%_4K +custom_file_name=%time% hide_hud=false override_screenshot_key=true save_file=true @@ -6,4 +6,4 @@ disable_gui_scaling=false width=3840 height=2160 delay=3 -file_format=PNG +file_format=JPG diff --git a/TrotCraft/client/config/yosbr/config/minelp.json b/TrotCraft/client/config/yosbr/config/minelp.json new file mode 100644 index 0000000..1b46763 --- /dev/null +++ b/TrotCraft/client/config/yosbr/config/minelp.json @@ -0,0 +1,74 @@ +{ + "settings": { + // Adjust camera intersection checks to properly cull entities when they're not in view. + // Helps to prevent entities from vanishing when they're in long stacks + "frustrum": true, + // (Experimental) Use priority to decide between displaying the HDSkins' texture, or vanilla mojang server skin, + // (Experimental) eg. On pony level = HUMANS, + // (Experimental) Any time both skins resolve to the same race (eg. on pony-level HUMANS, or if both are ponies), + // (Experimental) the skin with the highest priority will be chosen., + "dualskinmode": false, + // Adjusts pony scales to match the show (approximate), + "showscale": true, + // Turn on to adjust the player's camera position to their model, + "fillycam": true, + // Enables the alternative horsey models from the April Fools 2023 update, + "horsiemode": false, + // Allows ponies of different sizes/ages, + "sizes": true, + // Not enough ponies? Turn this on to turn player heads and skulls into ponies too!, + "ponyskulls": true, + // Uses magic effects in first person, + // Turn this off if you encounter any compatibility issues with other mods, + "fpsmagic": true, + // Uses magic effects in third person, + "tpsmagic": true, + // Controls whether ponies have snouts, + "snuzzles": true + }, + "debug": { + // Overrides pony races + // Possible values: HUMAN (default), EARTH, PEGASUS, UNICORN, ALICORN, CHANGELING, ZEBRA, CHANGEDLING, GRYPHON, HIPPOGRIFF, KIRIN, BAYPONT, SEAPONY + "raceoverride": "HUMAN", + // Overrides pony sizes, + // Possible values: TALL, BULKY, LANKY, NORMAL, YEARLING, FOAL, UNSET (default), + "sizeoverride": "UNSET", + // Disables pony armour textures., + // If enabled, only the vanilla textures will be considered, + "useponifiedarmour": false + }, + "entities": { + "allays": true, + "pigzombies": true, + "endermen": true, + "striders": true, + "skeletons": true, + "inanimates": true, + "villagers": true, + "illagers": true, + "guardians": true, + "zombies": true + }, + "root": { + // How much pony do you want? + // PONIES - all players are turned into ponies + // HUMANS - all players are humans + // BOTH - players with compatible skins will be ponies whilst the rest are humans + "ponylevel": "BOTH", + // Whether to show the mine little pony settings button on the main menu, + // AUTO (default) - only show when HDSkins is not installed, + // ON - always show, + // OFF - never show, + "horsebutton": "AUTO", + // How large do you want your ponies to be?, + // Default is show scale (0.9), + "globalscalefactor": 0.9 + }, + "customisation": { + // Pegasi will use their wings to fly even when they're wearing an elytra + "flappyelytras": false, + // Disables certain easter eggs and secrets (party pooper), + // Turning this off may help with compatibility in some cases, + "nofun": false + } +} diff --git a/TrotCraft/client/config/yosbr/options.txt b/TrotCraft/client/config/yosbr/options.txt index 05800dd..223664a 100644 --- a/TrotCraft/client/config/yosbr/options.txt +++ b/TrotCraft/client/config/yosbr/options.txt @@ -20,3 +20,4 @@ key_iris.keybind.reload:key.keyboard.unknown key_iris.keybind.toggleShaders:key.keyboard.unknown key_iris.keybind.shaderPackSelection:key.keyboard.unknown key_key.fabricskyboxes.toggle:key.keyboard.unknown +key_key.fabrishot.screenshot:key.keyboard.unknown diff --git a/TrotCraft/client/config/yosbr/servers.dat b/TrotCraft/client/config/yosbr/servers.dat new file mode 100644 index 0000000000000000000000000000000000000000..7087488b61175e3235470c3ec7f9077418b0c902 GIT binary patch literal 6595 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 literal 0 HcmV?d00001 diff --git a/TrotCraft/client/index.toml b/TrotCraft/client/index.toml index 45cf21e..b8bfbf8 100644 --- a/TrotCraft/client/index.toml +++ b/TrotCraft/client/index.toml @@ -16,6 +16,10 @@ hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" file = "config/yosbr/config/PaginatedAdvancements.json5" hash = "3a1c71d2011cac176e00697237148ee882393b19394374862f8025f129d4c5a2" +[[files]] +file = "config/yosbr/config/bobby.conf" +hash = "372881012951c7ad5f9821ed2f683f785280bfab174ef87aeef9730ed95834df" + [[files]] file = "config/yosbr/config/capes.json5" hash = "c88ac7aec7bc08f867f8a9f6c7bf9396871d03d12b0f4d7100e8ef1fddfac68e" @@ -46,7 +50,7 @@ hash = "cef51db1150ae1f30f504c8932c274ba174441d4fa177cda048b407da59d5865" [[files]] file = "config/yosbr/config/fabrishot.properties" -hash = "b1fef2dded638cf5bc54fc95abc3af3e0b7156bd5739d7b8e1f54429aeff3d30" +hash = "b7091f7cec535de8ee9b3cc869dbe6f3399d03c8a9748ca736fad6aa264698bb" [[files]] file = "config/yosbr/config/fastquit.toml" @@ -76,6 +80,10 @@ hash = "b792f2977c2889e388d0a0e83e316ed4f27050729d86c8623e8472accb8a2a46" file = "config/yosbr/config/midnightlib.json" hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" +[[files]] +file = "config/yosbr/config/minelp.json" +hash = "0b2f495db27e96e93aaf02ca0f15342959377c4c8be1f01d3f66135a505b2f76" + [[files]] file = "config/yosbr/config/modernfix-mixins.properties" hash = "3c5317882a50941e2384b9739ec3aa688f297105691c9d8d577936ad29c1d575" @@ -102,7 +110,11 @@ hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18" [[files]] file = "config/yosbr/options.txt" -hash = "25a9e011b462c92d8d76ec762356736091dbfed94678ca2b28d480cf85a78d83" +hash = "cf35de0f439f6c23ca231e9e30b9819ea6c626f59c9afa77ea6f70fa902897a7" + +[[files]] +file = "config/yosbr/servers.dat" +hash = "cc18570a07ec88ec11dd1eb366a3bdfc600ace64f9c0ce38a0f3d53be7e42782" [[files]] file = "mods/appleskin.pw.toml" diff --git a/TrotCraft/client/pack.toml b/TrotCraft/client/pack.toml index d98a9e3..76676d9 100644 --- a/TrotCraft/client/pack.toml +++ b/TrotCraft/client/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "73c3f9b0b0f40a92e7cf02be16e5608fd04bf2be3475900af06626521f244f23" +hash = "4b14b5a3e4c956a9c19aa7bfa74895586c91bc53d99f53504605c1d83e210351" [versions] fabric = "0.15.9" diff --git a/TrotCraft/server/config/yosbr/options.txt b/TrotCraft/server/config/yosbr/options.txt deleted file mode 100644 index e69de29..0000000