Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
0.8.11-beta
Beta
v0.8.11-beta3 years ago 66
Uploaded by
Compatibility
Minecraft: Java Edition
1.10.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added X button to Processing Pattern Encoder to clear configuration of inputs and outputs.
- Added Grid view toggle buttons (regular, craftable items only, no craftable items).
- Added ability to shift click items into Importer, Exporter, Constructor, Destructor and Detector to set up whitelist / blacklist configurations easier.
- Re-added opposite facing on shift click functionality.
Changed
- Solderer upgrades go to upgrades slots first now when shift clicking.
- Updated to Forge 2014.
Fixed
- Fixed minor dupe bug with JEI transferring.
- Fixed exporter crafting upgrades taking priority over other tasks.
- Fixed NPE with incorrectly initialized disks.
- Fixed not being able to take out items of Grid 2K16.
- Fixed not being able to start autocrafting for certain items (most notably IC2 items).
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:WiGHtCXv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:WiGHtCXv"
}

