Skip to content

Commit b1f92cd

Browse files
Varios config changes due to mod updates
1 parent fdf419b commit b1f92cd

File tree

6 files changed

+3760
-33
lines changed

6 files changed

+3760
-33
lines changed
Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
{
2+
"general": {
3+
"disable_mod": false,
4+
"hide_bossbar": true,
5+
"shadow_text": true,
6+
"auto_start": false,
7+
"animationSpeed": 1.0,
8+
"always_show_ping": false,
9+
"hide_debug_crosshair": false,
10+
"background_color": 1867534416,
11+
"space_modules": false,
12+
"always_show_profiler": false,
13+
"animations": true,
14+
"fontScale": 1.0,
15+
"hide_sidebar": true,
16+
"always_show_tps": false
17+
},
18+
"modules_right": [
19+
{
20+
"name": "system",
21+
"name_color": 16755200,
22+
"value_color": 5636095,
23+
"lines": {
24+
"opengl_version": true,
25+
"allocation_rate": true,
26+
"display": true,
27+
"java_version": true,
28+
"gpu_driver": true,
29+
"memory_usage": true,
30+
"allocated_memory": true,
31+
"cpu": true,
32+
"gpu_utilization": true,
33+
"time": true,
34+
"gpu": true
35+
},
36+
"enabled": true
37+
},
38+
{
39+
"name": "miscright",
40+
"name_color": 16645526,
41+
"value_color": 5636095,
42+
"lines": {
43+
"misc_right": true
44+
},
45+
"enabled": true
46+
},
47+
{
48+
"empty_lines": 1,
49+
"name": "empty",
50+
"lines": {
51+
"nothing": true
52+
},
53+
"enabled": true
54+
},
55+
{
56+
"name": "target",
57+
"name_color": 43775,
58+
"value_color": 16777045,
59+
"lines": {
60+
"id_fluid": true,
61+
"fluid_tags": true,
62+
"block_states": true,
63+
"targeted_block": true,
64+
"block_tags": true,
65+
"id_block": true,
66+
"nothing": true,
67+
"nothing2": true,
68+
"targeted_fluid": true,
69+
"targeted_entity": true,
70+
"fluid_states": true
71+
},
72+
"enabled": true
73+
}
74+
],
75+
"modules_left": [
76+
{
77+
"name": "minecraft",
78+
"name_color": 10506797,
79+
"value_color": 43520,
80+
"lines": {
81+
"minecraft": true
82+
},
83+
"enabled": true
84+
},
85+
{
86+
"color_high": 5635925,
87+
"color_med": 16777045,
88+
"name": "fps",
89+
"lines": {
90+
"fps": true
91+
},
92+
"enabled": true,
93+
"color_low": 16733525
94+
},
95+
{
96+
"name": "graphics",
97+
"name_color": 16755200,
98+
"value_color": 5636095,
99+
"lines": {
100+
"shader": true,
101+
"render_distance": true,
102+
"graphics": true,
103+
"clouds": true,
104+
"biome_blend_radius": true
105+
},
106+
"enabled": true
107+
},
108+
{
109+
"name": "server",
110+
"name_color": 11184810,
111+
"value_color": 16777045,
112+
"lines": {
113+
"server_tick": true,
114+
"packets_sent": true,
115+
"packets_received": true,
116+
"tick_manager_status": true
117+
},
118+
"enabled": true
119+
},
120+
{
121+
"color_x": 16733525,
122+
"color_y": 5635925,
123+
"color_z": 5636095,
124+
"name": "coords",
125+
"name_color": 16733525,
126+
"lines": {
127+
"chunk_coords": true,
128+
"player_coords": true,
129+
"block_coords": true,
130+
"absolute_velocity": true,
131+
"velocity": true,
132+
"chunk_relative_coords": true,
133+
"horizontal_velocity": true
134+
},
135+
"enabled": true
136+
},
137+
{
138+
"name": "location",
139+
"name_color": 43520,
140+
"value_color": 5636095,
141+
"lines": {
142+
"light": true,
143+
"biome": true,
144+
"rotation": true,
145+
"facing": true,
146+
"slime_chunk": true,
147+
"local_difficulty": true,
148+
"day_ticks": true,
149+
"days_played": true,
150+
"dimension": true,
151+
"highest_block": true,
152+
"highest_block_server": true,
153+
"light_server": true
154+
},
155+
"enabled": true
156+
},
157+
{
158+
"name": "entity",
159+
"name_color": 16733525,
160+
"value_color": 16777045,
161+
"total_entities_color": 16755200,
162+
"lines": {
163+
"entities": true,
164+
"water_creature": true,
165+
"underground_water_creature": true,
166+
"ambient": true,
167+
"particles": true,
168+
"axolotls": true,
169+
"creature": true,
170+
"water_ambient": true,
171+
"monster": true,
172+
"misc": true
173+
},
174+
"enabled": true
175+
},
176+
{
177+
"maximum_color": 43690,
178+
"name": "sound",
179+
"name_color": 16755200,
180+
"value_color": 5636095,
181+
"lines": {
182+
"ambient_sounds": true,
183+
"sounds": true,
184+
"mood": true
185+
},
186+
"enabled": true
187+
},
188+
{
189+
"enabled_color": 5635925,
190+
"name": "help",
191+
"name_color": 16645526,
192+
"value_color": 5636095,
193+
"disabled_color": 16733525,
194+
"lines": {
195+
"help": true,
196+
"fps_tps_new": true,
197+
"ping": true,
198+
"pie_graph_new": true
199+
},
200+
"enabled": true
201+
},
202+
{
203+
"empty_lines": 1,
204+
"name": "empty",
205+
"lines": {
206+
"nothing": true
207+
},
208+
"enabled": true
209+
},
210+
{
211+
"name": "miscleft",
212+
"name_color": 16645526,
213+
"value_color": 5636095,
214+
"lines": {
215+
"misc_left": true
216+
},
217+
"enabled": true
218+
}
219+
]
220+
}

hypixel-skyblock-simple/overrides/config/skyblocker/waypoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1.0
1313
],
1414
"alpha": 0.8156863,
15-
"shouldRender": false,
15+
"shouldRender": true,
1616
"pos": [
1717
54,
1818
63,

hypixel-skyblock-simple/overrides/config/skyblockpv/config.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// The version of the config file. Do not change this unless you know what you are doing.
3-
"rconfig:version": 1,
3+
"rconfig:version": 2,
44
"profileSpying": true,
55
"profileChatClick": false,
66
"profileChatClickOther": false,

0 commit comments

Comments
 (0)