Skip to content

Commit d730acf

Browse files
hypixel-sb: Update to Minecraft 1.21.10
1 parent 5aecfb7 commit d730acf

File tree

9 files changed

+1264
-242
lines changed

9 files changed

+1264
-242
lines changed

hypixel-skyblock-simple/modrinth.index.json

Lines changed: 197 additions & 197 deletions
Large diffs are not rendered by default.

hypixel-skyblock-simple/overrides/config/ferritecore.mixin.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ blockstateCacheDeduplication = true
1414
bakedQuadDeduplication = true
1515
# Use smaller data structures for "simple" models, especially models with few side-specific faces
1616
modelSides = true
17+
# Save memory overhead from empty data component maps/patched
18+
dataComponentPatch = true
1719
# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk!
1820
useSmallThreadingDetector = false
1921
# Use a slightly more compact, but also slightly slower representation for block states

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"toggledNightVision": 100,
4545
"updateToggle": false,
4646
"nightVisionStep": 2,
47+
"brightenFogColor": true,
4748
"showStatusEffect": false,
4849
"resetOnClose": false,
4950
"transition": {
@@ -68,7 +69,8 @@
6869
"limiter": {
6970
"limitCheck": true,
7071
"minNightVision": 0,
71-
"maxNightVision": 100
72+
"maxNightVision": 100,
73+
"gammaCompatibility": true
7274
},
7375
"hudMessage": {
7476
"showMessage": true,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"REGULAR_INFO": "----- Regular config values below -----",
3+
"enhanced_batching": true,
34
"font_atlas_resizing": true,
5+
"font_atlas_size": 1024,
46
"map_atlas_generation": true,
7+
"map_atlas_size": 2048,
8+
"skip_text_translucency_sorting": true,
59
"fast_text_lookup": true,
610
"avoid_redundant_framebuffer_switching": true,
711
"fix_slow_buffer_upload_on_apple_gpu": true,
8-
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
9-
"dont_add_info_into_debug_hud": false,
1012
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
11-
"experimental_disable_error_checking": false,
1213
"experimental_disable_resource_pack_conflict_handling": false,
1314
"experimental_sign_text_buffering": false,
1415
"DEBUG_INFO": "----- Debug only config values below (Do not touch) -----",
15-
"debug_only_and_not_recommended_disable_universal_batching": false,
1616
"debug_only_and_not_recommended_disable_mod_conflict_handling": false,
1717
"debug_only_and_not_recommended_disable_hardware_conflict_handling": false,
1818
"debug_only_print_additional_error_information": false,

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

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"dungeonQuality": true,
3737
"showEssenceCost": true,
3838
"enableEstimatedItemValue": true,
39-
"enableStackingEnchantProgress": true
39+
"enableStackingEnchantProgress": true,
40+
"enableEvolvingItemProgress": true
4041
},
4142
"itemInfoDisplay": {
4243
"itemBackgroundStyle": "CIRCULAR",
@@ -106,6 +107,11 @@
106107
},
107108
"slotTextToggled": false
108109
},
110+
"radialMenu": {
111+
"enabled": false,
112+
"tooltipsWithoutShift": false,
113+
"enabledMenus": {}
114+
},
109115
"inventorySearch": {
110116
"enabled": "SKYBLOCK",
111117
"ctrlK": false,
@@ -136,6 +142,9 @@
136142
},
137143
"bars": {
138144
"enableBars": false,
145+
"enableBarsRift": true,
146+
"riftHealthHP": false,
147+
"enableVanillaStyleManaBar": false,
139148
"intelligenceDisplay": "ORIGINAL",
140149
"barPositions": {
141150
"healthBarPosition": "LAYER1",
@@ -203,7 +212,7 @@
203212
},
204213
"compactDamage": {
205214
"enabled": false,
206-
"precision": 1,
215+
"maxPrecision": 4,
207216
"normalDamageColor": -1,
208217
"critDamageGradientStart": -171,
209218
"critDamageGradientEnd": -43691
@@ -340,6 +349,10 @@
340349
"fancyMap": true,
341350
"showSelfHead": true,
342351
"showRoomLabels": true,
352+
"roomLabelType": "ROOM_NAME_AND_SECRETS_FOUND",
353+
"hideCheckmarks": true,
354+
"showOutline": true,
355+
"backgroundBlur": false,
343356
"mapScaling": 1.0,
344357
"mapX": 2,
345358
"mapY": 2
@@ -396,6 +409,15 @@
396409
"enableGoldorWaypoints": true,
397410
"waypointType": "WAYPOINT"
398411
},
412+
"terminalHud": {
413+
"enableTerminalHud": false,
414+
"showTerminalStatus": true,
415+
"showPlayerAtTerminal": true,
416+
"showTerminals": true,
417+
"showDevice": true,
418+
"showLevers": true,
419+
"showGate": true
420+
},
399421
"secretWaypoints": {
400422
"enableSecretWaypoints": false,
401423
"waypointType": "WAYPOINT",
@@ -682,7 +704,6 @@
682704
"hideMimicKill": "PASS",
683705
"hideDeath": "PASS",
684706
"hideMana": false,
685-
"hideDicer": "PASS",
686707
"hideDungeonBreaker": "PASS",
687708
"chatRuleConfig": {
688709
"announcementLength": 60

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

Lines changed: 152 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
},
624624
"widenConfig": false,
625625
"titlePosition": {
626-
"x": 217,
626+
"x": 24,
627627
"y": 160,
628628
"scale": 1.0,
629629
"centerX": false,
@@ -765,6 +765,142 @@
765765
"highlightVisitors": false,
766766
"blockInteracting": "DONT"
767767
},
768+
"eliteFarmersLeaderboards": {
769+
"display": [],
770+
"displayPositions": [
771+
{
772+
"x": 180,
773+
"y": 10,
774+
"scale": 1.0,
775+
"centerX": false,
776+
"centerY": true,
777+
"ignoreCustomScale": false
778+
},
779+
{
780+
"x": 0,
781+
"y": 0,
782+
"scale": 1.0,
783+
"centerX": false,
784+
"centerY": true,
785+
"ignoreCustomScale": false
786+
},
787+
{
788+
"x": 0,
789+
"y": 0,
790+
"scale": 1.0,
791+
"centerX": false,
792+
"centerY": true,
793+
"ignoreCustomScale": false
794+
}
795+
],
796+
"farmingWeightLeaderboard": {
797+
"display": {
798+
"overtakeETA": false,
799+
"overtakeETAAlways": true,
800+
"ignoreLow": false,
801+
"text": [
802+
"WEIGHT_POSITION",
803+
"OVERTAKE"
804+
],
805+
"leaderboard": true,
806+
"showOutsideGarden": false
807+
},
808+
"rankGoals": {
809+
"rankGoal": "10000",
810+
"monthlyRankGoal": "10000",
811+
"useRankGoal": true
812+
},
813+
"showLbChange": true,
814+
"offlineLbChange": false
815+
},
816+
"cropCollectionLeaderboard": {
817+
"display": {
818+
"overtakeETA": false,
819+
"overtakeETAAlways": true,
820+
"hideWhenNotFarming": true,
821+
"text": [
822+
"WEIGHT_POSITION",
823+
"OVERTAKE"
824+
],
825+
"leaderboard": true,
826+
"showOutsideGarden": false
827+
},
828+
"rankGoals": {
829+
"rankGoalTypes": [],
830+
"rankGoalsConfig": {
831+
"wheat": "10000",
832+
"carrot": "10000",
833+
"potato": "10000",
834+
"wart": "10000",
835+
"pumpkin": "10000",
836+
"melon": "10000",
837+
"cocoa": "10000",
838+
"cane": "10000",
839+
"cactus": "10000",
840+
"mushroom": "10000",
841+
"sunflower": "10000",
842+
"moonflower": "10000",
843+
"rose": "10000"
844+
},
845+
"monthlyRankGoalsConfig": {
846+
"wheat": "10000",
847+
"carrot": "10000",
848+
"potato": "10000",
849+
"wart": "10000",
850+
"pumpkin": "10000",
851+
"melon": "10000",
852+
"cocoa": "10000",
853+
"cane": "10000",
854+
"cactus": "10000",
855+
"mushroom": "10000",
856+
"sunflower": "10000",
857+
"moonflower": "10000",
858+
"rose": "10000"
859+
},
860+
"useRankGoal": true
861+
},
862+
"showLbChange": true,
863+
"offlineLbChange": false
864+
},
865+
"pestKillsLeaderboard": {
866+
"display": {
867+
"hideWhenInactive": true,
868+
"timeDisplayed": 30,
869+
"text": [
870+
"WEIGHT_POSITION",
871+
"OVERTAKE"
872+
],
873+
"leaderboard": true,
874+
"showOutsideGarden": false
875+
},
876+
"rankGoals": {
877+
"rankGoalTypes": [],
878+
"rankGoalsConfig": {
879+
"allPests": "10000",
880+
"fieldMouse": "10000",
881+
"fly": "10000",
882+
"cricket": "10000",
883+
"locust": "10000",
884+
"beetle": "10000",
885+
"rat": "10000",
886+
"earthworm": "10000",
887+
"moth": "10000",
888+
"mosquito": "10000",
889+
"mite": "10000",
890+
"slug": "10000",
891+
"dragonfly": "10000",
892+
"firefly": "10000",
893+
"mantis": "10000"
894+
},
895+
"monthlyRankGoalsConfig": {
896+
"allPests": "10000"
897+
},
898+
"useRankGoal": true
899+
},
900+
"showLbChange": true,
901+
"offlineLbChange": false
902+
}
903+
},
768904
"number": {
769905
"cropMilestone": true,
770906
"averageCropMilestone": true,
@@ -854,7 +990,7 @@
854990
}
855991
},
856992
"keyBind": {
857-
"enabled": true,
993+
"enabled": false,
858994
"excludeBarn": true,
859995
"attack": 32,
860996
"useItem": 1,
@@ -976,26 +1112,6 @@
9761112
"ignoreCustomScale": false
9771113
}
9781114
},
979-
"eliteFarmingWeights": {
980-
"display": false,
981-
"pos": {
982-
"x": 180,
983-
"y": 10,
984-
"scale": 1.0,
985-
"centerX": false,
986-
"centerY": true,
987-
"ignoreCustomScale": false
988-
},
989-
"leaderboard": true,
990-
"eliteLBType": "DEFAULT",
991-
"overtakeETA": false,
992-
"showLbChange": false,
993-
"overtakeETAAlways": true,
994-
"useEtaGoalRank": true,
995-
"etaGoalRank": "10000",
996-
"ignoreLow": false,
997-
"showOutsideGarden": false
998-
},
9991115
"moneyPerHours": {
10001116
"display": false,
10011117
"showOnlyBest": 5,
@@ -4107,9 +4223,11 @@
41074223
"boopParty": false
41084224
},
41094225
"diana": {
4110-
"highlightInquisitors": true,
4226+
"highlightRareMobs": false,
41114227
"color": "0:127:85:255:255",
41124228
"guess": true,
4229+
"beaconDistance": 10.0,
4230+
"textScale": 1.0,
41134231
"multiGuesses": true,
41144232
"burrowsNearbyDetection": true,
41154233
"lineToNext": true,
@@ -4129,15 +4247,16 @@
41294247
"centerY": true,
41304248
"ignoreCustomScale": false
41314249
},
4132-
"ignoredWarps": {
4133-
"crypt": true,
4134-
"wizard": false,
4135-
"stonks": true
4136-
},
4137-
"inquisitorSharing": {
4250+
"ignoredWarpsList": [
4251+
"CRYPT",
4252+
"STONKS",
4253+
"TAYLOR"
4254+
],
4255+
"petWarning": false,
4256+
"rareMobsSharing": {
41384257
"enabled": false,
4139-
"focusInquisitor": false,
4140-
"instantShare": false,
4258+
"focus": false,
4259+
"instantShare": true,
41414260
"keyBindShare": 89,
41424261
"sound": {
41434262
"name": "random.orb",
@@ -4146,7 +4265,6 @@
41464265
"showDespawnTime": true,
41474266
"globalChat": false
41484267
},
4149-
"petWarning": false,
41504268
"dianaProfitTracker": {
41514269
"enabled": false,
41524270
"position": {
@@ -5536,6 +5654,6 @@
55365654
"reminders": {},
55375655
"testRenderablePositions": {}
55385656
},
5539-
"lastVersion": 118,
5540-
"lastMinecraftVersion": "1.21.8"
5657+
"lastVersion": 120,
5658+
"lastMinecraftVersion": "1.21.10"
55415659
}

0 commit comments

Comments
 (0)