Skip to content

Commit 6a1be03

Browse files
feat: Update skyocean config with new salvaging options and villager types
- Added salvagingHelper, salvagingHelperHighlight, and salvagingHelperBlockSalvage options. - Introduced new villager type and profession options with random selection. - Updated vanguard settings to include vanguardTime. - Added hideImplosions option in misc settings. - Cleaned up redundant entries and added new variants for various entities. chore: Modify sodium options for improved performance - Added use_closest_point_entity_sort and pixel_filtering_mode settings. fix: Reorganize keybindings in options.txt - Adjusted keybindings for price data, slot locking, and junk highlighter. - Ensured proper keybinding assignments for craft helper and item value.
1 parent ef7c867 commit 6a1be03

11 files changed

Lines changed: 1062 additions & 115 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1000 <- your config version here
1+
1000 Apples
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"enabled":true,"show-missing-enchantments":{"button":{"keyCode":340},"modifiers":{"modifiers":0}},"show-upgradable-enchantments":false,"show-conflicting-enchantments":false}
Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
{
2-
"ability-cooldown": false,
3-
"disable-in-dungeons": true,
4-
"show-on-tools": "pick-and-drill",
5-
"ability-scale": 16,
6-
"ability-colour": {
7-
"h": 0.011655013,
8-
"s": 0.7647059,
9-
"b": 0.73333335,
10-
"a": 128,
11-
"c": 0
12-
},
13-
"ability-cooldown-toast": false,
14-
"fuel-bar": true
15-
}
1+
{"ability-cooldown":false,"disable-in-dungeons":true,"show-on-tools":"pick-and-drill","ability-scale":16,"ability-colour":{"h":0.011655013,"s":0.7647059,"b":0.73333335,"a":128,"c":0},"ability-cooldown-toast":false,"fuel-bar":true}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"enable-always":false,"enable-keybind":{"button":null,"modifiers":{"modifiers":0}},"stack-size-keybind":{"button":{"keyCode":340},"modifiers":{"modifiers":0}},"avg-lowest-bin-days":"THREEDAYAVGLOWESTBIN"}
1+
{"enable-always":false,"enable-keybind":{"button":null,"modifiers":{"modifiers":0}},"stack-size-keybind":{"button":{"keyCode":340},"modifiers":{"modifiers":0}},"avg-lowest-bin-days":"THREEDAYAVGLOWESTBIN","bz-price-type":"ORDERPRICES"}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,10 @@
10241024
60,
10251025
300
10261026
]
1027+
},
1028+
"Harvest Feast Begins": {
1029+
"enabled": true,
1030+
"reminderTimes": []
10271031
}
10281032
}
10291033
},

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"theme": "skyblock-pv:darkmode",
1717
"socials": true,
1818
"rememberLastTab": true,
19+
// Valid Values: PARTY, FRIENDS, LOBBY
20+
"autocompleteSources": [
21+
"PARTY",
22+
"FRIENDS",
23+
"LOBBY"
24+
],
1925
"Dev": {
2026
"devMode": false,
2127
"hoppityParser": true,

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@
645645
},
646646
"widenConfig": false,
647647
"titlePosition": {
648-
"x": -82,
648+
"x": 24,
649649
"y": 160,
650650
"scale": 1.0,
651651
"centerX": false,
@@ -1247,9 +1247,10 @@
12471247
},
12481248
"zorroCapeProtection": true
12491249
},
1250-
"armorDropTracker": {
1250+
"rareCropTracker": {
12511251
"enabled": false,
12521252
"hideChat": false,
1253+
"maxDisplayLines": 5,
12531254
"perTrackerConfig": {
12541255
"trackerConfig": {
12551256
"defaultDisplayMode": "REMEMBER_LAST",
@@ -1803,7 +1804,7 @@
18031804
"copyMilestoneData": false,
18041805
"showLogBookStats": true,
18051806
"logBookStatsPos": {
1806-
"x": -265,
1807+
"x": -225,
18071808
"y": 95,
18081809
"scale": 1.0,
18091810
"centerX": false,
@@ -5528,7 +5529,7 @@
55285529
]
55295530
},
55305531
"yearOfTheWitch": {
5531-
"stewHelper": true,
5532+
"stewHelper": false,
55325533
"stewHelperPosition": {
55335534
"x": 174,
55345535
"y": 139,
@@ -5737,6 +5738,7 @@
57375738
"hideAlphaAchievements": false,
57385739
"parkour": false,
57395740
"teleportPads": false,
5741+
"masterChef": true,
57405742
"others": false
57415743
},
57425744
"playerMessage": {
@@ -6619,6 +6621,6 @@
66196621
"reminders": {},
66206622
"testRenderablePositions": {}
66216623
},
6622-
"lastVersion": 132,
6624+
"lastVersion": 133,
66236625
"lastMinecraftVersion": "1.21.11"
66246626
}

0 commit comments

Comments
 (0)