Skip to content

Commit 20d969d

Browse files
Refactor entity culling configuration and update known features for version 6.19.0; enhance slayer settings in skyocean config
1 parent d314867 commit 20d969d

4 files changed

Lines changed: 1075 additions & 166 deletions

File tree

Lines changed: 163 additions & 163 deletions
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,165 @@
11
{
2-
"version": 3,
3-
"general": {
4-
"colourProfile": "Original",
5-
"customColourProfile": {
6-
"primaryColour": -1,
7-
"secondaryColour": -1,
8-
"infoColour": -1,
9-
"highlightColour": -1,
10-
"hoverColour": -1,
11-
"supportingInfoColour": -1
12-
}
13-
},
14-
"uiAndVisuals": {
15-
"scoreboard": {
16-
"shadowedScoreboardText": true,
17-
"hideScore": false
18-
},
19-
"nameTags": {
20-
"shadowedNameTags": true,
21-
"hideNameTagBackground": false
22-
},
23-
"overlays": {
24-
"hideFireOverlay": false,
25-
"statusEffectBackgroundAlpha": 1.0,
26-
"hideTutorials": true
27-
},
28-
"fpsHud": {
29-
"enableFpsHud": false,
30-
"x": 2,
31-
"y": 2,
32-
"scale": 1.0
33-
},
34-
"pingHud": {
35-
"enablePingHud": false,
36-
"colouredPing": true,
37-
"x": 2,
38-
"y": 15,
39-
"scale": 1.0
40-
},
41-
"tpsHud": {
42-
"enableTpsHud": false,
43-
"x": 50,
44-
"y": 2,
45-
"scale": 1.0
46-
},
47-
"debugHud": {
48-
"extraDebugInfo": true,
49-
"alwaysShowDayInF3": false
50-
},
51-
"world": {
52-
"zoomMultiplier": 0.3,
53-
"hideWorldLoadingScreen": false,
54-
"hideMobSpawnerAnimations": false,
55-
"hideLightning": false,
56-
"hideFog": false
57-
},
58-
"legacyRevival": {
59-
"oldMessageTrustIndicatorColours": false,
60-
"potionGlint": false
61-
},
62-
"inventoryScreen": {
63-
"separateInventoryGuiScale": false,
64-
"inventoryGuiScale": 0
65-
},
66-
"imagePreview": {
67-
"enableImagePreview": true,
68-
"scale": 1.0
69-
},
70-
"chromaText": {
71-
"chromaSize": 100,
72-
"chromaSpeed": 4.0,
73-
"chromaSaturation": 0.75,
74-
"canDisableChromaPack": false
75-
},
76-
"seasonal": {
77-
"decemberChristmasChests": false
78-
}
79-
},
80-
"refinements": {
81-
"secureSkinDownloads": true,
82-
"silenceResourcePackLogSpam": true,
83-
"chat": {
84-
"copyChatMessages": true,
85-
"copyChatMode": "ENTIRE_MESSAGE",
86-
"copyChatMouseButton": "MIDDLE",
87-
"chatHistoryLength": 100
88-
},
89-
"input": {
90-
"disableScrollLooping": false,
91-
"dontResetCursorPosition": false,
92-
"alternateF3PlusNKeybind": false
93-
},
94-
"screenshots": {
95-
"optimizedScreenshots": true
96-
},
97-
"tooltips": {
98-
"showItemGroupsOutsideCreative": false
99-
},
100-
"music": {
101-
"uninterruptedMusic": true
102-
}
103-
},
104-
"skyblock": {
105-
"commands": {
106-
"enableSkyblockCommands": true,
107-
"lbinPriceDayAverage": "THREE_DAY"
108-
},
109-
"enchantments": {
110-
"rainbowMaxEnchants": true,
111-
"rainbowMode": "CHROMA",
112-
"showGoodEnchants": true,
113-
"goodEnchantsColour": -22016
114-
},
115-
"dungeons": {
116-
"dungeonFinderPlayerStats": true,
117-
"oldMasterStars": false,
118-
"fancyDiamondHeadNames": false,
119-
"hideClickOnTimeTooltips": true
120-
},
121-
"m7": {
122-
"glowingDragons": true,
123-
"dragonBoundingBoxes": true,
124-
"dragonSpawnTimers": true,
125-
"dragonSpawnNotifications": true,
126-
"dragonHealthDisplay": true,
127-
"dragonAimWaypoints": true,
128-
"arrowStackWaypoints": false
129-
}
130-
},
131-
"particles": {
132-
"states": {},
133-
"scaling": {},
134-
"alphas": {}
135-
},
136-
"textReplacer": {
137-
"enableTextReplacer": false,
138-
"textReplacements": {}
139-
},
140-
"itemModel": {
141-
"enableItemModelCustomization": true,
142-
"swingDuration": 6,
143-
"ignoreMiningEffects": false,
144-
"mainHand": {
145-
"enabled": true,
146-
"x": 0.0,
147-
"y": 0.0,
148-
"z": 0.0,
149-
"scale": 1.0,
150-
"xRotation": 0.0,
151-
"yRotation": 0.0,
152-
"zRotation": 0.0
153-
},
154-
"offHand": {
155-
"enabled": true,
156-
"x": 0.0,
157-
"y": 0.0,
158-
"z": 0.0,
159-
"scale": 1.0,
160-
"xRotation": 0.0,
161-
"yRotation": 0.0,
162-
"zRotation": 0.0
163-
}
164-
}
2+
"version": 3,
3+
"general": {
4+
"colourProfile": "Original",
5+
"configBackend": "MOUL_CONFIG",
6+
"customColourProfile": {
7+
"primaryColour": -1,
8+
"secondaryColour": -1,
9+
"infoColour": -1,
10+
"highlightColour": -1,
11+
"hoverColour": -1,
12+
"supportingInfoColour": -1
13+
}
14+
},
15+
"uiAndVisuals": {
16+
"scoreboard": {
17+
"shadowedScoreboardText": true,
18+
"hideScore": false
19+
},
20+
"nameTags": {
21+
"shadowedNameTags": true,
22+
"hideNameTagBackground": false
23+
},
24+
"overlays": {
25+
"hideFireOverlay": false,
26+
"statusEffectBackgroundAlpha": 1.0,
27+
"hideTutorials": true
28+
},
29+
"fpsHud": {
30+
"enableFpsHud": false,
31+
"x": 2,
32+
"y": 2,
33+
"scale": 1.0
34+
},
35+
"pingHud": {
36+
"enablePingHud": false,
37+
"colouredPing": true,
38+
"x": 2,
39+
"y": 15,
40+
"scale": 1.0
41+
},
42+
"tpsHud": {
43+
"enableTpsHud": false,
44+
"x": 50,
45+
"y": 2,
46+
"scale": 1.0
47+
},
48+
"debugHud": {
49+
"alwaysShowDayInF3": false
50+
},
51+
"world": {
52+
"zoomMultiplier": 0.3,
53+
"hideWorldLoadingScreen": false,
54+
"hideMobSpawnerAnimations": false,
55+
"hideLightning": false,
56+
"hideFog": false
57+
},
58+
"legacyRevival": {
59+
"oldMessageTrustIndicatorColours": false,
60+
"potionGlint": false
61+
},
62+
"inventoryScreen": {
63+
"separateInventoryGuiScale": false,
64+
"inventoryGuiScale": 0
65+
},
66+
"imagePreview": {
67+
"enableImagePreview": true,
68+
"scale": 1.0
69+
},
70+
"chromaText": {
71+
"chromaSize": 100,
72+
"chromaSpeed": 4.0,
73+
"chromaSaturation": 0.75,
74+
"canDisableChromaPack": false
75+
},
76+
"seasonal": {
77+
"decemberChristmasChests": false
78+
}
79+
},
80+
"refinements": {
81+
"secureSkinDownloads": true,
82+
"silenceResourcePackLogSpam": true,
83+
"chat": {
84+
"copyChatMessages": true,
85+
"copyChatMode": "ENTIRE_MESSAGE",
86+
"copyChatMouseButton": "MIDDLE",
87+
"chatHistoryLength": 100
88+
},
89+
"input": {
90+
"disableScrollLooping": false,
91+
"dontResetCursorPosition": false,
92+
"alternateF3PlusNKeybind": false
93+
},
94+
"screenshots": {
95+
"optimizedScreenshots": true
96+
},
97+
"tooltips": {
98+
"showItemGroupsOutsideCreative": false
99+
},
100+
"music": {
101+
"uninterruptedMusic": true
102+
}
103+
},
104+
"skyblock": {
105+
"commands": {
106+
"enableSkyblockCommands": true,
107+
"lbinPriceDayAverage": "THREE_DAY"
108+
},
109+
"enchantments": {
110+
"rainbowMaxEnchants": true,
111+
"rainbowMode": "CHROMA",
112+
"showGoodEnchants": true,
113+
"goodEnchantsColour": -22016
114+
},
115+
"dungeons": {
116+
"dungeonFinderPlayerStats": true,
117+
"oldMasterStars": false,
118+
"fancyDiamondHeadNames": false,
119+
"hideClickOnTimeTooltips": true
120+
},
121+
"m7": {
122+
"glowingDragons": true,
123+
"dragonBoundingBoxes": true,
124+
"dragonSpawnTimers": true,
125+
"dragonSpawnNotifications": true,
126+
"dragonHealthDisplay": true,
127+
"dragonAimWaypoints": true,
128+
"arrowStackWaypoints": false
129+
}
130+
},
131+
"particles": {
132+
"states": {},
133+
"scaling": {},
134+
"alphas": {}
135+
},
136+
"textReplacer": {
137+
"enableTextReplacer": false,
138+
"textReplacements": {}
139+
},
140+
"itemModel": {
141+
"enableItemModelCustomization": true,
142+
"swingDuration": 6,
143+
"ignoreMiningEffects": false,
144+
"mainHand": {
145+
"enabled": true,
146+
"x": 0.0,
147+
"y": 0.0,
148+
"z": 0.0,
149+
"scale": 1.0,
150+
"xRotation": 0.0,
151+
"yRotation": 0.0,
152+
"zRotation": 0.0
153+
},
154+
"offHand": {
155+
"enabled": true,
156+
"x": 0.0,
157+
"y": 0.0,
158+
"z": 0.0,
159+
"scale": 1.0,
160+
"xRotation": 0.0,
161+
"yRotation": 0.0,
162+
"zRotation": 0.0
163+
}
164+
}
165165
}

hypixel-skyblock-simple/overrides/config/entityculling.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"sleepDelay": 10,
2121
"hitboxLimit": 50,
2222
"captureRate": 5,
23-
"skipMarkerArmorStands": true,
2423
"tickCulling": true,
2524
"tickCullingWhitelist": [
2625
"minecraft:block_display",
@@ -63,5 +62,7 @@
6362
],
6463
"disableF3": false,
6564
"skipEntityCulling": false,
66-
"skipBlockEntityCulling": false
65+
"skipBlockEntityCulling": false,
66+
"blockEntityFrustumCulling": true,
67+
"forceDisplayCulling": false
6768
}

0 commit comments

Comments
 (0)