Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
Updated 3 days ago
All versions
0.1.16
Release
Skysoft 0.1.162 weeks ago 1,671
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Skysoft 0.1.16
- Added a Sack Display beside open sack menus.
- You can switch between stored quantities and Bazaar instant-sell values.
- You can left-click items to open the Bazaar or right-click them for Item List info.
- You can customize the row count, icons, background, position, and scale.
- Added customizable compact Sea Creature catch messages with hotspot and Double Hook styling.
- Added No Crop Rotation, with options to remove crop offsets and randomized model rotations in the Garden or everywhere. — KCodeYT
- Improved the config menu with global feature controls and customizable category colors.
Fixes
- Fixed Zoom overriding FOV changes made by other mods. — KCodeYT
- Fixed Honeyhive Helper missing two Honeyhive locations. — KCodeYT
- Fixed the Foraging Profit Tracker not activating in Moonglade Marsh.
- Fixed the Farming Profit Tracker omitting Enchanted Wheat and including the legacy Tightly-Tied Hay Bale.
- Fixed Item List marking Enchanted Hay Bale (Old) and Tightly-Tied Hay Bale as obtainable.
- Fixed Item List responding to media keys when its visibility key was unbound. — KCodeYT
- Fixed Inventory Buttons not running short warp commands correctly.
- Fixed duplicate enchantment lines appearing in SkyBlock item tooltips.
- Fixed the Pet Widget failing when remote pet data was rate-limited.
- Fixed Position Editor visibility and selection for overlapping HUD elements.
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:BoEpdkgu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TTWihmjT:BoEpdkgu"
}

