Skip to content

Commit

Permalink
Add BetterF3 config
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 19, 2023
1 parent 9b6572b commit 27788fd
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 1 deletion.
193 changes: 193 additions & 0 deletions config/yosbr/config/betterf3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,193 @@
{
"general": {
"disable_mod": false,
"hide_bossbar": true,
"shadow_text": true,
"auto_start": false,
"animationSpeed": 1.0,
"hide_debug_crosshair": false,
"background_color": 1867534416,
"space_modules": false,
"always_show_profiler": false,
"animations": true,
"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
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "miscright",
"name_color": 16645526,
"value_color": 5636095,
"lines": {
"misc_right": 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
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": 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,
"chunk_relative_coords": true
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": 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
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"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
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "miscleft",
"name_color": 16645526,
"value_color": 5636095,
"lines": {
"misc_left": true
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"maximum_color": 43690,
"name": "sound",
"name_color": 16755200,
"value_color": 5636095,
"lines": {
"ambient_sounds": true,
"sounds": true,
"mood": true
},
"enabled": true
}
]
}
12 changes: 12 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,22 @@ hash = "2e468d8e8376efe22fe73925621cfc09c67a21143ce4fe02e852d7b4d59743bc"
file = "config/yosbr/config/iris.properties"
hash = "ac86b67eeb106f699f3e28801a53a3d49148f61cc37bf9e7a729ca7764a1972b"

[[files]]
file = "config/yosbr/config/jade/jade.json"
hash = "db919eab9583451765f28dcaac7470fb68fa1cb71be82848ccdc4c5cf1e618d7"

[[files]]
file = "config/yosbr/config/modmenu.json"
hash = "4eeaf979b4770fef4380d3f033d820379d83e719657f5f32ee2b24f5e09b1d37"

[[files]]
file = "config/yosbr/options.txt"
hash = "a8ba0f77f9faccae0841a1fe66db26f9539a2f04eb3520d0331fc7eed37187da"

[[files]]
file = "config/yosbr/shaderpacks/ComplementaryUnbound_r5.0.1.zip.txt"
hash = "b6a7416060131c0795e245a29ed3148f5df124c6f48a5e74e710eba79aa8cd8e"

[[files]]
file = "mods/3dskinlayers.pw.toml"
hash = "a7c95abc830068cdbd3adf8ec2ee8135b2eb2685f88fa90adda305f2d01205bc"
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "082f51dbadfba8095f3b2287acb3ce337bd1b70726582bc75e493b840a7b388a"
hash = "96dd3fe5a05bfc2edd85f2671f7c932462ab98702b75ce810d5f80527fff39b0"

[versions]
minecraft = "1.20.1"
Expand Down

0 comments on commit 27788fd

Please sign in to comment.