summaryrefslogtreecommitdiff
path: root/config/betterf3.json
blob: 13500b6e2115408993eca1488ba7d868367fdb88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
	"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": [
		{
			"memory_color_toggle": true,
			"time_format": "HH:mm:ss",
			"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": "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,
				"chunk_relative_coords": 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
		}
	]
}