Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated last week
All versions
1.1.0-b431-release
Release
Refined Storage (Fixes) Mixin 1.1.0-b431-releaselast week 302
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog:
- Match hotkeys statelessly to fix modifier combos (#3692)
- Clear pattern render cache with the main cache
- Give cover items a real particle texture (#3659)
- Refund autocrafting inputs machines do not accept (#3684)
- Pin extraction variant to stop external storage NBT dupe (#3700)
- Recover empty Refined Storage save files on boot (#3637)
- Refund exporter items and fluids refused by destination (#3652)
- Fix controller active texture update when replaced
- Extend template node guard to schematic wrapper worlds (#3713)
- Rebuild stale JEI snapshot to fix blocked autofill (#3680, #3681)
- Fix task restore and scan tool crashes (#3635, #3645, #3605, #3422)
- Cache pattern render per stack to stop NBT-heavy pattern lag (#3618)
- Cap JEI transfer variants to stop oversized packet kicks (#3676, #3450)
- Restore saved crafting tasks before requests to stop reload double-craft
- Find nodes on chunk load to fix disconnects (#3578, #3703, #3609, #3601)
- Fix dupe/under-consumption with over-64 stack (#3242, #3640, #3614)
- Make pattern cache thread-safe to fix rendering crash (#3712)
- Raise packet limit to stop disconnect on storage (#3724, #3719, #3716)
- Fix cover/pattern model (#3747) fluid grid voiding fluids (#3732)
- Update readme and fix intellij issue
- Update languages
- Fix mod internal build number
- Update CurseForge link for Refined Storage Mixin
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:OHdWexoI:vgKRe3UA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OHdWexoI:vgKRe3UA"
}

