Tags
Creators
Details
2.0.0-beta.1
Compatibility
Changes
These are the changes in v2.0.0-beta.1.
Refined Storage 2 has been development for almost 5 years.
Read more about all the changes here: https://refinedmods.com/refined-storage/news/20250308-whats-new-in-refined-storage-2.html
Changed
- The External Storage now supports multiple resource types on a single connected inventory.
- Tooltips for upgrade slots are now ordered.
- Grid tag search now uses the
#prefix, tooltips use the$prefix.
Fixed
- Fixed cables broken with a Wrench not stacking with newly crafted cables.
- Fixed slow performance in the Grid when searching.
- Fixed storages failing to load after removing an addon that adds more storage types.
- Fixed crash when trying to open block in spectator mode.
- Fixed crash when trying to open Grid with EnderIO autocrafting pattern in network.
- Fixed External Storage making resources flicker when the connected inventory is causing neighbor updates.
- Fixed not being able to search for Water Bottles.
- Fixed crash when creating a Pattern for a shield.
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:KDvYkUg3:ATgks6tx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:ATgks6tx"
}

