Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.6.10
Release
v1.6.103 years ago 61
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added fluid functions for the fluid autocrafting to the OpenComputers integration.
Changed
- Updated Russian translation.
- Slightly increased performance of the External Storage.
Fixed
- Fixed client FPS stalling when using "@" mod search in the Grid.
- Fixed client FPS stalling when using "#" tooltip search in the Grid.
- Fixed fluid inputs/outputs in the Pattern Grid not being set when you re-insert a Pattern with fluid inputs/outputs.
- Fixed bug where the Pattern Grid doesn't update it's output slot when manually configuring a crafting pattern.
- Fixed network node scanning allowing multiple controllers in some cases.
- Fixed OpenComputers integration not giving back a crafting task instance in the schedule task API.
- Fixed OpenComputers integration causing log spam when getting processing patterns.
- Fixed OpenComputers voiding items with extract item API when there is no inventory space.
- Fixed CraftingTweaks buttons resetting sometimes in the Crafting Grid.
- Fixed Refined Storage jars not being signed.
- Fixed crafting task stalling when there's not enough space in the inventory.
- Fixed another duplication bug with a disconnected Crafting Grid.
- Fixed oredict mode in autocrafting not working at all.
Removed
- Removed getMissingItem.
- Removed the Interdimensional Upgrade, Network Transmitters are now cross dimensional by default.
- Removed the per block FE cost of the Network Transmitter, it draws a fixed amount of FE/t now.
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:2B7oLBNz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:2B7oLBNz"
}

