Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.6.6
Release
v1.6.63 years ago 87
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added new Crafter modes: ignore redstone signal, redstone signal unlocks autocrafting, redstone signal locks autocrafting and redstone pulse inserts next set.
- Added a config option to configure the autocrafting calculation timeout in milliseconds.
- Added throttling for network devices that can request autocrafting.
Changed
- Renamed Cut Processors to Raw Processors and those are now made with Processor Binding instead of a Cutting Tool.
- You can no longer start a crafting task if it has missing items or fluids.
- The Security Manager now supports Security Cards that have no player assigned to them. It is the default security card for players that aren't configured.
- If no default Security Card is configured in the Security Manager, an unconfigured player is allowed to do everything in the network. Create a default Security Card.
Fixed
- Fixed an autocrafting bug where it crashed when external inventories couldn't be filled.
- Fixed a duplication bug with a disconnected Crafting Grid.
- Fixed oredict autocrafting sometimes reporting that a craftable item is missing.
- Fixed fluid autocrafting without item inputs locking when there's not enough space for the fluids.
- Fixed Grid "last changed" date not changing when using clear button or JEI transfer.
- Fixed a duplication bug when pressing clear on a Wireless Crafting Grid from Refined Storage Addons.
- Fixed a duplication bug with autocrafting and External Storages.
- Fixed Crafting Manager displaying wrong name for chained crafters connected to some blocks.
- Fixed crafting task losing internal buffer when network runs out of energy.
Removed
- Removed handling of reusable items in autocrafting, to avoid problems.
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:AsQLO343"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:AsQLO343"
}

