All versions
0.12.0
Beta
Steve's Simple Storage v0.12.04 months ago 10
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[0.12.0] - 2026-03-24
Added
- feat(s3-advanced): add Advanced Storage Core inheritance and upgrade item (#64)
- feat: add community translation support with validateLang CI task and es_es skeleton (#63)
- Add design spec for removing evaluationDependsOn via lazy APIs and custom configurations
- Add Advanced Storage Core, Solar Generator, and Coal Generator to s3-advanced
- Add s3-advanced companion mod skeleton and restructure project layout
Other
- ci: run OpenRewrite weekly on Monday at 06:00 UTC
- chore: remove s3-advanced modules now in steves-advanced-storage repo
- chore: ignore docs/superpowers/ directory
- docs: remove i18n spec and plan files
- build(gametest/s3): restore missing core and neoforge:s3 mod source set declarations
- docs: remove spec and plan files
- build(gametest/s3-advanced): replace eager cross-project sourceSets accesses with lazy providers
- build(neoforge/s3-advanced): replace eager cross-project sourceSets access with lazy provider
- build(neoforge/s3): replace eager cross-project sourceSets access with lazy provider and coreOutput configuration
- build(core): expose compiled output via coreOutput configuration
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:R0kZ6rx9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XsvAJLLz:R0kZ6rx9"
}


