Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.4.2-beta
Beta
v1.4.2-beta3 years ago 98
Uploaded by
Compatibility
Minecraft: Java Edition
1.11.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Implemented support for the Forge update JSON system.
- Added integration for MCMultiPart, this is an optional dependency.
- You can now specify more items to export, import, filter, etc. by inserting the Filter item.
- Made the keybinding to focus on the Grid search bar configurable.
Changed
- Updated Forge to 2261.
- The Detector no longer outputs a strong redstone signal.
- Fire event on completion of an autocrafting task.
- Fire "player crafting" event when shift clicking in the grid.
Fixed
- Fixed a crash with the Constructor.
- Fixed Crafting Pattern model.
- Fixed Quartz Enriched Iron and the block form of it not having an oredictionary entry.
- Fixed crash in storage cache.
- Fixed slow oredict comparisons causing TPS lag.
- Fixed controller model warning during launch.
- Fixed not rendering some tooltips correctly.
- Fixed crash with External Storage.
- Fixed Interface duping items on extract-only storages.
- Fixed controls menu showing unlocalized text for Refined Storage keybindings.
- Autocrafting bugfixes.
- Improved memory usage of some models.
- Performance improvements related to storage inserting and extracting.
Removed
- Removed support for the Deep Storage Unit API.
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:SMmGjwzY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:SMmGjwzY"
}

