Tags
Creators
Details
1.15.6
Compatibility
Required content
Changes
MineboxAddition 1.15.6 (the "26.2" update)
This update is required in case you want to continue to benefit MineboxAdditions on Minebox 26.2
Ah-Lerter!
This new feature allows you to set alerts for items sold in Auction House. You can access the feature through the MineboxAdditions menu (default key M or comma ,).
You will be allowed to edit specific properties for the alerts such as the price and item stats.
Hud changes
- You can now move the default Minebox HUDs (disabled by default)
- Moon HUD now displays on
Full Moonand onNew Moon - Shop offers will now be displayed one per line instead of being pipe-separated.
- Added Sushi shop to the Shops HUDs
Item Atlas
- GUI has been redesigned
- Added filter options
- Added sorting options
- Item details has now a better layout
Performances & Server
- Large payloads are now served through HTTPS instead of sockets.
- API now provides more shop data & open data : Access the API
Bugfixes & Misc
- More mod settings
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:HFGMc58X:xz0vlGUQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HFGMc58X:xz0vlGUQ"
}




