Skip to content

Commit 7f6e650

Browse files
feat: Add new features and updates for SkyHanni version 5.5.0
1 parent e636210 commit 7f6e650

File tree

2 files changed

+912
-4
lines changed

2 files changed

+912
-4
lines changed

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

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"BANK",
4646
"BITS",
4747
"COPPER",
48+
"SOWDUST",
4849
"GEMS",
4950
"HEAT",
5051
"COLD",
@@ -82,6 +83,7 @@
8283
"BANK",
8384
"BITS",
8485
"COPPER",
86+
"SOWDUST",
8587
"GEMS",
8688
"HEAT",
8789
"COLD",
@@ -869,6 +871,8 @@
869871
"melon": 400.0,
870872
"cocoaBeans": 400.0,
871873
"sugarCane": 330.0,
874+
"sunMoonFlower": 155.0,
875+
"wildRose": 155.0,
872876
"cactus": 464.0,
873877
"mushroom": 259.0
874878
},
@@ -912,7 +916,11 @@
912916
"sugarCaneYaw": -135.0,
913917
"sugarCanePitch": 0.0,
914918
"wheatYaw": 90.0,
915-
"wheatPitch": 0.0
919+
"wheatPitch": 0.0,
920+
"sunMoonFlowerYaw": 90.0,
921+
"sunMoonFlowerPitch": 0.0,
922+
"wildRoseYaw": 90.0,
923+
"wildRosePitch": 0.0
916924
}
917925
},
918926
"farmingLane": {
@@ -1035,7 +1043,10 @@
10351043
"COCOA_BEANS",
10361044
"SUGAR_CANE",
10371045
"CACTUS",
1038-
"MUSHROOM"
1046+
"MUSHROOM",
1047+
"SUNFLOWER",
1048+
"MOONFLOWER",
1049+
"WILD_ROSE"
10391050
],
10401051
"position": {
10411052
"x": -200,
@@ -1426,6 +1437,23 @@
14261437
"ignoreCustomScale": false
14271438
}
14281439
},
1440+
"hoeLevelDisplay": {
1441+
"enabled": false,
1442+
"overflow": true,
1443+
"position": {
1444+
"x": 100,
1445+
"y": 100,
1446+
"scale": 1.0,
1447+
"centerX": true,
1448+
"centerY": true,
1449+
"ignoreCustomScale": false
1450+
}
1451+
},
1452+
"dnaAnalyzerSolver": {
1453+
"enabled": true,
1454+
"useMiddleClick": true,
1455+
"hideTooltips": true
1456+
},
14291457
"plotPrice": false,
14301458
"fungiCutterWarn": true,
14311459
"burrowingSporesNotificationType": "TITLE",
@@ -1791,7 +1819,17 @@
17911819
}
17921820
},
17931821
"enigmaRoseFlowerpot": true,
1794-
"ubikReminder": true
1822+
"ubikReminder": true,
1823+
"ubikGui": false,
1824+
"ubikOnlyWhenReady": false,
1825+
"timerPosition": {
1826+
"x": 100,
1827+
"y": 10,
1828+
"scale": 1.0,
1829+
"centerX": false,
1830+
"centerY": true,
1831+
"ignoreCustomScale": false
1832+
}
17951833
}
17961834
},
17971835
"motes": {
@@ -3969,8 +4007,19 @@
39694007
"multiGuesses": true,
39704008
"burrowsNearbyDetection": true,
39714009
"lineToNext": true,
4010+
"guessFromArrow": true,
4011+
"warnIfInaccurateArrowGuess": false,
39724012
"burrowNearestWarp": true,
39734013
"keyBindWarp": 80,
4014+
"warpDistanceDifference": 10,
4015+
"warpGuiPosition": {
4016+
"x": 327,
4017+
"y": 125,
4018+
"scale": 2.6,
4019+
"centerX": false,
4020+
"centerY": true,
4021+
"ignoreCustomScale": false
4022+
},
39744023
"ignoredWarps": {
39754024
"crypt": true,
39764025
"wizard": false,
@@ -5358,6 +5407,6 @@
53585407
"reminders": {},
53595408
"testRenderablePositions": {}
53605409
},
5361-
"lastVersion": 110,
5410+
"lastVersion": 111,
53625411
"lastMinecraftVersion": "1.21.8"
53635412
}

0 commit comments

Comments
 (0)