Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
0.3.2
Beta
Skyblock Improvements 0.3.22 years ago 565
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Fabric
Supported environments
Client-side
Changes
- Added a LOT of menu improvements!
- Widened version access to 1.20.1-1.20.6. This might break something!
- Added an Item Generator. Please test this!
- Added a Refinery Profit Widget, it's not much in terms of actual features but it's good enough to give the highest-profit item to forge. It's always mithril plates...
- Made it a LOT more user-friendly to use the Helmet Retexturer. Also, using 50-100 'color groups' leads to VERY interesting results, but is quite laggy while generating.
- Known issue: Helmet Retexturer can't have less than 1 character in it. This will be fixed in the next minor patch.
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:1EDfIXpH:fmEkB9hm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1EDfIXpH:fmEkB9hm"
}

