Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.2.0
Release
v1.2.03 years ago 127
Uploaded by
Compatibility
Minecraft: Java Edition
1.10.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added new autocrafting system.
- Added ore dictionary autocrafting.
- Added recipe transfer handler for Processing Pattern Encoder.
- Added void excess items functionality to storage blocks.
- Added config option to configure RS to EU conversion rates.
- Added ability to toggle between insert and extract, only insert and only extract mode in storage blocks.
- Added Silk Touch Upgrade for Destructor.
- Added Fortune Upgrade for Destructor.
- Added ore dictionary compare toggle to storage I/O blocks.
- Added disk leds to Disk Drive block that shows the disks.
- Added disk leds to Disk Manipulator block that shows the disks.
- Added Wrench, has two modes: configuration saving / reading mode, and rotation mode.
- Stack upgrade in Importer / Exporter in fluid mode and Fluid Interface now transfers 64 buckets at once.
Changed
- Changed storage GUIs.
- Changed default EU conversion rate to be 1:8 with RS.
- The Constructor can now drop items in the world.
- The Constructor can now place skulls.
- The Destructor can now pick up items in the world.
- Storage disks and storage blocks now don't despawn anymore when dropped in the world.
- Grid item and fluid quantity now only rounds to 1 digit after comma.
- Items count can no longer overflow, and will max out at the maximum integer value.
- Updated Storage Drawers API.
- Controller sorts by energy usage in GUI (highest to lowest).
- Detector without any filter will detect based on total items or fluids stored.
- Limited network transmitter usage to 1000 RS/t.
Fixed
- Fixed lag issues caused by External Storage.
- Fixed resetting a stack of patterns yields 1 blank pattern.
- Fixed being able to pipe items in the export slots of the Interface.
- Fixed Interface being stuck when item isn't accepted in storage.
- Fixed items with colored name being uncolored in Grid.
- Fixed fluid rendering bugging out side buttons.
- Fixed item count going negative when using the Disk Manipulator.
- Fixed Storage Drawer quantities not updating properly on Void Drawers.
- Fixed Disk Manipulator blocking items transferring in some cases.
- Fixed External Storage crafting recipe not supporting ore dictionary chests.
- Fixed when shift clicking crafting recipe and inventory is full items are dropping on the ground instead of going in the system.
- Fixed glitchy rendering of cable parts in item form.
- Fixed Destructor being able to break bedrock.
- Fixed External Storage thinking that items are inserted in Extra Utilities Trash Cans.
- Fixed Grid quantities being unreadable when using unicode font.
- Fixed disconnecting when Storage Disk or Storage Block is too big.
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:2lZ9sQgb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:2lZ9sQgb"
}

