Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
Updated 15 hours ago
All versions
0.1.24
Release
Skysoft 0.1.24yesterday 46
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Skysoft 0.1.24
- Added Sacks Tracker, a movable HUD for selected sack item quantities. - NicholasMGreen
- Amounts update from sack menus and
[Sacks]chat messages. - The
...menu lets you add items from your inventory or search and remove them by clicking tracker rows. - You can left-click items to open the Bazaar or right-click them for Item List info.
- You can customize the row limit, visibility, title, names, icons, background, and change highlights.
- Amounts update from sack menus and
- Added Capsule Helper for Critter Safari. It marks where you threw a Critter Capsule at an Uncommon or higher critter until it is captured or escapes.
- Added Highlight Critters for Critter Safari. It outlines visible critters using their rarity color.
- Improved Profit Trackers with quantity-change highlights that turn changed amounts green and bold for three seconds.
- Improved Honeybug Helper to work throughout the Forest instead of only everywhere.
- Reduced repeated tab-list and sidebar scoreboard processing, which should helpp some players with bad computers a little.
- Reduced GPU memory use from old chat image previews and screenshot thumbnails.
Fixes
- Fixed Chat Peek activating behind inventories and sign input screens. - NicholasMGreen
- Fixed Honeybug Helper missing valid beehives in the Forest.
- Fixed Throwing Axe Helper paths stopping at blocks without a collision shape.
- May revert if it causes problems :(
- Fixed Slayer Time to Kill continuing after the player died.
- Fixed delayed Diana rare mob death messages and messages for the wrong mob.
- Fixed entity highlights becoming stale or conflicting when more than one helper tracked the same mob.
- Fixed old screenshot requests replacing newer Screenshot Manager previews or upload results.
- Fixed most, if not alll disabled Skysoft features blocking matching changes from other mods.
- Fixed a Minecraft 26.1 rendering conflict when another mod registered high vertex element IDs. - heyngra
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:TTWihmjT:kw94RNFJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TTWihmjT:kw94RNFJ"
}



