added new configs

This commit is contained in:
Fauli1221 2024-05-11 21:51:56 +02:00
parent dca4cb9f0b
commit 451351ac7b
10 changed files with 412 additions and 1 deletions

View file

@ -0,0 +1,240 @@
{
"general": {
"disable_mod": false,
"hide_bossbar": true,
"shadow_text": true,
"auto_start": false,
"animationSpeed": 1.0,
"always_show_ping": false,
"hide_debug_crosshair": false,
"background_color": 1867534416,
"space_modules": false,
"always_show_profiler": false,
"animations": false,
"fontScale": 1.0,
"hide_sidebar": true,
"always_show_tps": false
},
"modules_right": [
{
"name": "system",
"name_color": 16755200,
"value_color": 5636095,
"lines": {
"opengl_version": true,
"allocation_rate": true,
"display": true,
"java_version": true,
"gpu_driver": true,
"memory_usage": true,
"allocated_memory": true,
"cpu": true,
"gpu_utilization": true,
"time": true,
"gpu": true
},
"enabled": true
},
{
"name": "miscright",
"name_color": 16645526,
"value_color": 5636095,
"lines": {
"misc_right": true
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "target",
"name_color": 43775,
"value_color": 16777045,
"lines": {
"id_fluid": true,
"fluid_tags": true,
"block_states": true,
"targeted_block": true,
"block_tags": true,
"id_block": true,
"nothing": true,
"nothing2": true,
"targeted_fluid": true,
"targeted_entity": true,
"fluid_states": true
},
"enabled": true
}
],
"modules_left": [
{
"name": "minecraft",
"name_color": 10506797,
"value_color": 43520,
"lines": {
"minecraft": true
},
"enabled": true
},
{
"color_high": 5635925,
"color_med": 16777045,
"name": "fps",
"lines": {
"fps": true
},
"enabled": true,
"color_low": 16733525
},
{
"name": "graphics",
"name_color": 16755200,
"value_color": 5636095,
"lines": {
"shader": true,
"render_distance": true,
"graphics": true,
"clouds": true,
"biome_blend_radius": true
},
"enabled": true
},
{
"name": "server",
"name_color": 11184810,
"value_color": 16777045,
"lines": {
"server_tick": true,
"packets_sent": true,
"packets_received": true
},
"enabled": true
},
{
"color_x": 16733525,
"color_y": 5635925,
"color_z": 5636095,
"name": "coords",
"name_color": 16733525,
"lines": {
"chunk_coords": true,
"player_coords": true,
"block_coords": true,
"velocity": true,
"chunk_relative_coords": true,
"abs_velocity": true
},
"enabled": true
},
{
"name": "chunks",
"chunks_disabled_color": 16733525,
"name_color": 43775,
"value_color": 16777045,
"total_chunks_color": 16755200,
"lines": {
"chunk_file": true,
"available_buffers": true,
"loaded_chunks_server": true,
"forceloaded_chunks": true,
"chunk_culling": true,
"pending_uploads": true,
"pending_chunks": true,
"loaded_chunks": true,
"spawn_chunks": true,
"client_chunk_cache": true,
"chunk_sections": true
},
"chunks_enabled_color": 5635925,
"enabled": true
},
{
"name": "location",
"name_color": 43520,
"value_color": 5636095,
"lines": {
"light": true,
"biome": true,
"rotation": true,
"facing": true,
"slime_chunk": true,
"local_difficulty": true,
"day_ticks": true,
"days_played": true,
"dimension": true,
"highest_block": true,
"highest_block_server": true,
"light_server": true
},
"enabled": true
},
{
"name": "entity",
"name_color": 16733525,
"value_color": 16777045,
"total_entities_color": 16755200,
"lines": {
"entities": true,
"water_creature": true,
"underground_water_creature": true,
"ambient": true,
"particles": true,
"axolotls": true,
"creature": true,
"water_ambient": true,
"monster": true,
"misc": true
},
"enabled": true
},
{
"maximum_color": 43690,
"name": "sound",
"name_color": 16755200,
"value_color": 5636095,
"lines": {
"ambient_sounds": true,
"sounds": true,
"mood": true
},
"enabled": true
},
{
"enabled_color": 5635925,
"name": "help",
"name_color": 16645526,
"value_color": 5636095,
"disabled_color": 16733525,
"lines": {
"help": true,
"fps_tps_new": true,
"ping": true,
"pie_graph_new": true
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "miscleft",
"name_color": 16645526,
"value_color": 5636095,
"lines": {
"misc_left": true
},
"enabled": true
}
]
}

View file

@ -0,0 +1,27 @@
{
"version": 3,
"debugLogging": false,
"scanner": {
"sizeX": 11,
"sizeY": 9,
"sizeZ": 11,
"interval": 20
},
"ambientEvents": {
"enabled": true,
"volume": 0.4,
"stopSounds": false,
"disableWind": false
},
"effects": {
"enabled": true,
"sizeX": 36,
"sizeY": 18,
"sizeZ": 36,
"randomTicks": 384
},
"footsteps": {
"enabled": false,
"volume": 0.0
}
}

View file

@ -0,0 +1,66 @@
{
"core": {
"notifications": true
},
"advanced": {
"recordingPath": "./replay_recordings/",
"cachePath": "./.replay_cache/",
"renderPath": "./replay_videos/",
"skipPostRenderGui": false,
"askForOpenEye": true,
"skipPostScreenshotGui": false,
"fullBrightness": "replaymod.gui.settings.fullbrightness.gamma",
"fullBrightness_valid_values": [
"replaymod.gui.settings.fullbrightness.gamma",
"replaymod.gui.settings.fullbrightness.nightvision",
"replaymod.gui.settings.fullbrightness.both"
]
},
"recording": {
"recordSingleplayer": true,
"recordServer": true,
"indicator": true,
"autoStartRecording": false,
"autoPostProcess": true,
"renameDialog": true
},
"replay": {
"showChat": true,
"showServerIPs": true,
"camera": "replaymod.camera.classic",
"camera_valid_values": [
"replaymod.camera.classic",
"replaymod.camera.vanilla"
],
"legacyMainMenuButton": false,
"mainMenuButton": "DEFAULT",
"mainMenuButton_valid_values": [
"BIG",
"DEFAULT",
"TOP_LEFT",
"TOP_RIGHT",
"LEFT_OF_SINGLEPLAYER",
"RIGHT_OF_SINGLEPLAYER",
"LEFT_OF_MULTIPLAYER",
"RIGHT_OF_MULTIPLAYER",
"LEFT_OF_REALMS",
"RIGHT_OF_REALMS",
"LEFT_OF_MODS",
"RIGHT_OF_MODS"
]
},
"render": {
"frameTimeFromWorldTime": false
},
"simplepathing": {
"pathpreview": true,
"autosync": true,
"timelineLength": 1800,
"interpolator": "replaymod.gui.editkeyframe.interpolator.catmullrom.name",
"interpolator_valid_values": [
"replaymod.gui.editkeyframe.interpolator.catmullrom.name",
"replaymod.gui.editkeyframe.interpolator.cubic.name",
"replaymod.gui.editkeyframe.interpolator.linear.name"
]
}
}

View file

@ -21,3 +21,4 @@ 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
key_key.mute_microphone:key.keyboard.o

View file

@ -12,6 +12,9 @@ file = "config/yosbr/config/NoChatReports/NCR-Encryption.json"
[[files]]
file = "config/yosbr/config/PaginatedAdvancements.json5"
[[files]]
file = "config/yosbr/config/betterf3.json"
[[files]]
file = "config/yosbr/config/bobby.conf"
@ -54,6 +57,9 @@ file = "config/yosbr/config/isxander-main-menu-credits.json"
[[files]]
file = "config/yosbr/config/lambdynlights.toml"
[[files]]
file = "config/yosbr/config/mambience/config.json"
[[files]]
file = "config/yosbr/config/midnightcontrols.json"
@ -75,6 +81,9 @@ file = "config/yosbr/config/moreculling.toml"
[[files]]
file = "config/yosbr/config/puzzle.json"
[[files]]
file = "config/yosbr/config/replaymod.json"
[[files]]
file = "config/yosbr/config/rrls.toml"
@ -103,10 +112,18 @@ metafile = true
file = "mods/better-third-person.pw.toml"
metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
metafile = true
[[files]]
file = "mods/big-pony.pw.toml"
metafile = true
[[files]]
file = "mods/blur-fabric.pw.toml"
metafile = true
[[files]]
file = "mods/bobby.pw.toml"
metafile = true
@ -315,6 +332,14 @@ metafile = true
file = "mods/reeses-sodium-options.pw.toml"
metafile = true
[[files]]
file = "mods/replay-voice-chat.pw.toml"
metafile = true
[[files]]
file = "mods/replaymod.pw.toml"
metafile = true
[[files]]
file = "mods/shulkerboxtooltip.pw.toml"
metafile = true

View file

@ -0,0 +1,13 @@
name = "BetterF3"
filename = "BetterF3-9.0.2-Fabric-1.20.4.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/AkivIlyi/BetterF3-9.0.2-Fabric-1.20.4.jar"
hash-format = "sha1"
hash = "780ae4f29fb249c3f6be75724b3084a075ec36cb"
[update]
[update.modrinth]
mod-id = "8shC1gFX"
version = "AkivIlyi"

View file

@ -0,0 +1,13 @@
name = "Blur+ (Fabric)"
filename = "blur-3.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/zzelzVhK/blur-3.2.0.jar"
hash-format = "sha1"
hash = "693ca6b0167af634141a6ae391d2bef2aabc2d08"
[update]
[update.modrinth]
mod-id = "NK39zBp2"
version = "zzelzVhK"

View file

@ -0,0 +1,13 @@
name = "Replay Voice Chat"
filename = "replayvoicechat-fabric-1.20.4-1.3.7.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/yI6ANuOK/versions/MldM83sM/replayvoicechat-fabric-1.20.4-1.3.7.jar"
hash-format = "sha1"
hash = "9761e9b4993a8aba254b5d1f03ddfd7fe5438bce"
[update]
[update.modrinth]
mod-id = "yI6ANuOK"
version = "MldM83sM"

View file

@ -0,0 +1,13 @@
name = "ReplayMod"
filename = "replaymod-1.20.4-2.6.15.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Nv2fQJo5/versions/TGJXKoTQ/replaymod-1.20.4-2.6.15.jar"
hash-format = "sha1"
hash = "0ef572fd92d04e52d8b8e9ad3353b2a38b4bcb04"
[update]
[update.modrinth]
mod-id = "Nv2fQJo5"
version = "TGJXKoTQ"

View file

@ -8,7 +8,7 @@ file = "index.toml"
hash-format = "sha256"
[versions]
fabric = "0.15.10"
fabric = "0.15.11"
minecraft = "1.20.4"
[options]