Skip to content

Commit e808070

Browse files
chore: update version for SkyHanni and Zoomify
1 parent 2101518 commit e808070

File tree

4 files changed

+3523
-19
lines changed

4 files changed

+3523
-19
lines changed

hypixel-skyblock-simple/modrinth.index.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"game": "minecraft",
33
"formatVersion": 1,
4-
"versionId": "26.1.0",
4+
"versionId": "26.2.0",
55
"name": "Hypixel Skyblock [Simple]",
66
"summary": "",
77
"files": [
@@ -471,19 +471,19 @@
471471
"fileSize": 11007214
472472
},
473473
{
474-
"path": "mods/SkyHanni-6.8.0-mc1.21.8.jar",
474+
"path": "mods/SkyHanni-6.12.0-mc1.21.8.jar",
475475
"hashes": {
476-
"sha1": "a8f61136ea2da0bd8df1348f37c729ce0bf295df",
477-
"sha512": "34ae1ae2ef081570eaad35922289f67db0b1f293264ad92b643a18a6e6befedd1a5526933ea1f5e6253095c25a03e2ad5fdda75c799782313978c61988a6a81f"
476+
"sha1": "12fd693e9bd577735b28ad2eda289daa5ee8bc65",
477+
"sha512": "ec60598c8bd0ed7c979aee5bc3376b96ea5fe16e0366d1747fdc8d40b766df562f6efdafa8f9007f3579c3b1e016e2decf4c7b5c388314d1f3ed83bf016258fa"
478478
},
479479
"env": {
480480
"client": "required",
481481
"server": "required"
482482
},
483483
"downloads": [
484-
"https://cdn.modrinth.com/data/byNkmv5G/versions/K1xZaQ9l/SkyHanni-6.8.0-mc1.21.8.jar"
484+
"https://cdn.modrinth.com/data/byNkmv5G/versions/g0FOZYHM/SkyHanni-6.12.0-mc1.21.8.jar"
485485
],
486-
"fileSize": 31401108
486+
"fileSize": 31573725
487487
},
488488
{
489489
"path": "mods/SkyOcean-1.12.0-1.21.8.jar",
@@ -606,19 +606,19 @@
606606
"fileSize": 1130373
607607
},
608608
{
609-
"path": "mods/Zoomify-2.14.6+1.21.6.jar",
609+
"path": "mods/zoomify-2.15.1+1.21.6.jar",
610610
"hashes": {
611-
"sha1": "924f94ba37694b279f5f20abd6fb2aa36ebc0965",
612-
"sha512": "39f77acf495eecac0b33541df443131c12a017d8ba94144927a82cd62d6e8dcbb3c3b7abfe70076210cf9dd34012480da300b3753f34802d1731c8f3d293c668"
611+
"sha1": "d2b6f7e726f63d63ab6bed47f3adb101a87c032d",
612+
"sha512": "c6a3a07a79fef77b25108a5ff961dae2716b07318e21e5526c8cb7fabab86e1af3535d9e7a352ad5a44c5d33b6893ef91fcbe6f19df9a021113405e70f6e39bb"
613613
},
614614
"env": {
615615
"client": "required",
616616
"server": "required"
617617
},
618618
"downloads": [
619-
"https://cdn.modrinth.com/data/w7ThoJFB/versions/qMqviL3t/Zoomify-2.14.6%2B1.21.6.jar"
619+
"https://cdn.modrinth.com/data/w7ThoJFB/versions/OwKsg9JX/zoomify-2.15.1%2B1.21.6.jar"
620620
],
621-
"fileSize": 1865830
621+
"fileSize": 874532
622622
},
623623
{
624624
"path": "resourcepacks/bluelava1.21.zip",

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

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,12 @@
12571257
"pestProfitTracker": {
12581258
"enabled": false,
12591259
"hideChat": true,
1260+
"onlyWhenHolding": [
1261+
"SPRAYONATOR",
1262+
"VACUUM",
1263+
"TIMEOUT"
1264+
],
1265+
"hideWhileFarming": true,
12601266
"timeDisplayed": 30,
12611267
"includeBits": false,
12621268
"coinsPerBit": 700,
@@ -1320,8 +1326,23 @@
13201326
"ignoreCustomScale": false
13211327
}
13221328
},
1329+
"mantidDisplay": {
1330+
"enabled": true,
1331+
"whenToShow": [
1332+
"MANTID"
1333+
],
1334+
"groupSimilarExpire": 30,
1335+
"pos": {
1336+
"x": 200,
1337+
"y": 50,
1338+
"scale": 1.0,
1339+
"centerX": false,
1340+
"centerY": true,
1341+
"ignoreCustomScale": false
1342+
}
1343+
},
13231344
"muteVacuum": false,
1324-
"pestChanceDisplay": false,
1345+
"pestChanceDisplay": "DISABLED",
13251346
"pestChanceDisplayPosition": {
13261347
"x": 5,
13271348
"y": -115,
@@ -1331,6 +1352,18 @@
13311352
"ignoreCustomScale": false
13321353
}
13331354
},
1355+
"greenhouse": {
1356+
"showDisplay": false,
1357+
"onlyShowWhenOverdue": false,
1358+
"position": {
1359+
"x": 180,
1360+
"y": 40,
1361+
"scale": 1.0,
1362+
"centerX": false,
1363+
"centerY": true,
1364+
"ignoreCustomScale": false
1365+
}
1366+
},
13341367
"farmingFortunes": {
13351368
"display": false,
13361369
"compactFormat": false,
@@ -2104,7 +2137,8 @@
21042137
"guessHotspotRadar": false,
21052138
"guessHotspotRadarPathFind": true,
21062139
"lineToHotspot": false,
2107-
"muteBanshee": false
2140+
"muteBanshee": false,
2141+
"flayHideDistance": 2.0
21082142
},
21092143
"mining": {
21102144
"miningEvent": {
@@ -2298,6 +2332,20 @@
22982332
"hideDirt": false,
22992333
"hideEverything": false
23002334
},
2335+
"scrapGFS": {
2336+
"enabled": false,
2337+
"position": {
2338+
"x": 100,
2339+
"y": 100,
2340+
"scale": 1.0,
2341+
"centerX": false,
2342+
"centerY": true,
2343+
"ignoreCustomScale": false
2344+
},
2345+
"fetchAmount": 16,
2346+
"onlyIfNoScrap": true,
2347+
"bzIfSacksEmpty": true
2348+
},
23012349
"profitPerExcavation": false,
23022350
"glacitePowderStack": false
23032351
},
@@ -3840,6 +3888,7 @@
38403888
"formatType": "SHORT",
38413889
"itemToShow": 15,
38423890
"hideBelow": 100000,
3891+
"ignoreSoulbound": false,
38433892
"position": {
38443893
"x": 107,
38453894
"y": 141,
@@ -4708,7 +4757,10 @@
47084757
"SHEEP",
47094758
"COW",
47104759
"PIG",
4711-
"CHICKEN"
4760+
"CHICKEN",
4761+
"FROG",
4762+
"HORSE",
4763+
"GOAT"
47124764
]
47134765
},
47144766
"rareDropMessages": {
@@ -4747,9 +4799,11 @@
47474799
"skyBlockXPInChat": false,
47484800
"hideJacob": true,
47494801
"hideSkyMall": false,
4802+
"showEffectivePowder": false,
47504803
"hideLottery": true,
47514804
"shortenCoinAmounts": false,
4752-
"hideClickableHint": false
4805+
"hideClickableHint": false,
4806+
"darkAuctionItemDisplay": false
47534807
},
47544808
"misc": {
47554809
"pets": {
@@ -5237,7 +5291,8 @@
52375291
"hideExCoopMembers": false,
52385292
"abiphoneAcceptKey": -1,
52395293
"fixDoubleClicks": false,
5240-
"fixColorParticles": false
5294+
"fixColorParticles": false,
5295+
"rainbowActionBar": false
52415296
},
52425297
"dev": {
52435298
"repo": {
@@ -5480,6 +5535,6 @@
54805535
"reminders": {},
54815536
"testRenderablePositions": {}
54825537
},
5483-
"lastVersion": 116,
5538+
"lastVersion": 118,
54845539
"lastMinecraftVersion": "1.21.8"
54855540
}

0 commit comments

Comments
 (0)