All versions
0.6.0
Beta
Steve's Simple Storage v0.6.04 months ago 6
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[0.6.0] - 2026-03-01
Added
- Add release_type input to release workflow
- Add Nexus Mods publishing to release workflow (#33)
Changed
- Update CHANGELOG.md
- Update CHANGELOG.md
- Update CHANGELOG.md
- Move game tests to dedicated neoforge-gametest subproject
- Update CHANGELOG.md
- Update CHANGELOG.md
- Rename common module to core
- Update CHANGELOG.md
- Update CHANGELOG.md
- Update docs for v0.5.2: bump version, remove completed issues
Fixed
- Fix dist-safety crash in packet handler registration
Other
- Bump version to 0.6.0
- Truncate large item counts with K/M/B suffixes (#29)
- Disable Nexus Mods publish step until API access is granted
- Shorten sort button labels for cleaner UI
Optional dependencies
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:XsvAJLLz:PRIjp6YX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XsvAJLLz:PRIjp6YX"
}


