Compare commits

...

2 commits

Author SHA1 Message Date
5ba2c24447 updated configs and added server by dafault
All checks were successful
Deploy / Deploy (push) Successful in 1m38s
2024-04-14 13:35:39 +02:00
0b0a89fc23 added a bunch of shaders 2024-04-14 13:22:21 +02:00
17 changed files with 293 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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
}
}

View file

@ -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

Binary file not shown.

View file

@ -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"
@ -428,3 +440,48 @@ metafile = true
file = "resourcepacks/translations-for-sodium.pw.toml"
hash = "629c0d53d62818586ae5f77edfa8e340800ef166c86447baf5d8d8d77ec5ec1b"
metafile = true
[[files]]
file = "shaderpacks/bsl-shaders.pw.toml"
hash = "67b9869a6115164afaa3747142a4a971a09789b6d89d2451888ab31d7ab5bfb8"
metafile = true
[[files]]
file = "shaderpacks/complementary-reimagined.pw.toml"
hash = "1e9f9f7053c256baf766dddba7a1f929634f5629c6787ae4ff1f117159232c22"
metafile = true
[[files]]
file = "shaderpacks/complementary-unbound.pw.toml"
hash = "345a368be43732e614d93ffb06fa8c76fa8f6060f2d105455242d15acc97e80d"
metafile = true
[[files]]
file = "shaderpacks/ls-renderpearl.pw.toml"
hash = "0d04e76d46a88daf4ae1d8b4766d461955713447316b5670f4487f6a06c68cd1"
metafile = true
[[files]]
file = "shaderpacks/rethinking-voxels.pw.toml"
hash = "d1591fa168a7e075122ab354fe31000866ec7bbc55991d267674445cd1c4e237"
metafile = true
[[files]]
file = "shaderpacks/shrimple.pw.toml"
hash = "5278e03c761883c72be4f3afb5c06119e2cfc333ed80a1608734d922e070619f"
metafile = true
[[files]]
file = "shaderpacks/solas-shader.pw.toml"
hash = "50ca37438eae5a655f61902d7e498469f0cceddbb6ea42b4648001be50d3af5e"
metafile = true
[[files]]
file = "shaderpacks/super-duper-vanilla-reimagined.pw.toml"
hash = "242fd36077515284a2baff3002fe01a3962e316225620cb5d8e0bf3398dc72cd"
metafile = true
[[files]]
file = "shaderpacks/super-duper-vanilla.pw.toml"
hash = "1683c77bd28b838c8e79222036a0ecd0ae040d07f61f752faab6fbdf3672f1fb"
metafile = true

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c484d5fd24bca2fe95de6b65dff2ab8b46006695593b86093d0ea3c9456601db"
hash = "4b14b5a3e4c956a9c19aa7bfa74895586c91bc53d99f53504605c1d83e210351"
[versions]
fabric = "0.15.9"

View file

@ -0,0 +1,13 @@
name = "BSL Shaders"
filename = "BSL_v8.2.09p1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/LZYlIdvV/BSL_v8.2.09p1.zip"
hash-format = "sha1"
hash = "0e906a6591e739a15d1708a0ffca22c26e08b30c"
[update]
[update.modrinth]
mod-id = "Q1vvjJYV"
version = "LZYlIdvV"

View file

@ -0,0 +1,13 @@
name = "Complementary Shaders - Reimagined"
filename = "ComplementaryReimagined_r5.1.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip"
hash-format = "sha1"
hash = "8738d99d8a78b7e7ea71b5c15a3432bc04eba715"
[update]
[update.modrinth]
mod-id = "HVnmMxH1"
version = "D5fox3fg"

View file

@ -0,0 +1,13 @@
name = "Complementary Shaders - Unbound"
filename = "ComplementaryUnbound_r5.1.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/MCqlWur4/ComplementaryUnbound_r5.1.1.zip"
hash-format = "sha1"
hash = "65c7ef20fef4b5b03aa44afccbfdfdd82574c193"
[update]
[update.modrinth]
mod-id = "R6NEzAwj"
version = "MCqlWur4"

View file

@ -0,0 +1,13 @@
name = "LS RenderPearl"
filename = "LS RenderPearl v1.10.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BrRak9pu/versions/BtjN9A3V/LS%20RenderPearl%20v1.10.zip"
hash-format = "sha1"
hash = "86aeaeebfd7073242a7667c595b8b7b139ad4a42"
[update]
[update.modrinth]
mod-id = "BrRak9pu"
version = "BtjN9A3V"

View file

@ -0,0 +1,13 @@
name = "Rethinking Voxels"
filename = "rethinking-voxels_r0.1-beta3-fix1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/i5OG3ddh/rethinking-voxels_r0.1-beta3-fix1.zip"
hash-format = "sha1"
hash = "d061ec2d424bd7129fbf1ed650b10aa4678a2526"
[update]
[update.modrinth]
mod-id = "kmwfVOoi"
version = "i5OG3ddh"

View file

@ -0,0 +1,13 @@
name = "Shrimple"
filename = "Shrimple_v0.11.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BS9T99lD/versions/AnhOHG4D/Shrimple_v0.11.zip"
hash-format = "sha1"
hash = "b817e9a10da43b462e2ad1556197c3323ad3be74"
[update]
[update.modrinth]
mod-id = "BS9T99lD"
version = "AnhOHG4D"

View file

@ -0,0 +1,13 @@
name = "Solas Shader"
filename = "Solas Shader V2.0 [BETA 0.6b].zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/EpQFjzrQ/versions/AvWzJIv6/Solas%20Shader%20V2.0%20%5BBETA%200.6b%5D.zip"
hash-format = "sha1"
hash = "e628f6b7064682f8f3a4a06a2ff981a12b81e722"
[update]
[update.modrinth]
mod-id = "EpQFjzrQ"
version = "AvWzJIv6"

View file

@ -0,0 +1,13 @@
name = "Super Duper Vanilla Reimagined"
filename = "§6§lS§euper §6§lD§euper §6§lV§eanilla §5§lReima§d§lgined §c[§f 1.0.3 §bPRE §c].zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/CiFGzRV9/versions/EXglF6Ud/%C2%A76%C2%A7lS%C2%A7euper%20%C2%A76%C2%A7lD%C2%A7euper%20%C2%A76%C2%A7lV%C2%A7eanilla%20%C2%A75%C2%A7lReima%C2%A7d%C2%A7lgined%20%C2%A7c%5B%C2%A7f%201.0.3%20%C2%A7bPRE%20%C2%A7c%5D.zip"
hash-format = "sha1"
hash = "08abeb97e1ff31d65eb5e356821654ee0407f138"
[update]
[update.modrinth]
mod-id = "CiFGzRV9"
version = "EXglF6Ud"

View file

@ -0,0 +1,13 @@
name = "Super Duper Vanilla"
filename = "superDuperVanilla.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LMIZZNxZ/versions/By3oTltx/superDuperVanilla.zip"
hash-format = "sha1"
hash = "7fef3607c5c12f642b2d683af6e35032d393608a"
[update]
[update.modrinth]
mod-id = "LMIZZNxZ"
version = "By3oTltx"