Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.4.0-beta
Beta
v1.4.0-beta3 years ago 79
Uploaded by
Compatibility
Minecraft: Java Edition
1.11.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added Security Manager.
- Added Security Card.
- Added Wireless Fluid Grid.
- Added craft-only toggle to Exporter.
- Added Reader.
- Added Writer.
- Added blocking mode to patterns in autocrafting.
- Added Grid size toggle (stretched, small, medium, large).
- Added dismantling mode to the Wrench.
- Added Block of Quartz Enriched Iron.
- Added integration for Collosal Chests for the External Storage, Importer and Exporter improving performance.
- Added filtering slots for the Crafting Monitor.
- Added way to hide tasks created in an automated way in the Crafting Monitor.
- Added Grid sorting by ID.
- Added Solderer particles.
- Added ore dictionary Grid filter (use
$as prefix like in JEI).
Changed
- You can now bind multiple crafters with the same pattern to machines, to spread or balance out autocrafting.
- Fluid Grid now first tries to get buckets from your inventory instead of the storage.
- Updated Forge to 2226.
- Updated Chinese translation.
- Converting blocks instead of ingots to Printed Processors is now a little faster.
- The Stack Upgrade in a Constructor in item dropping mode will drop stacks of items at a time.
- Ignore damage for damageable items when transferring into crafting grid.
- Ignore tags from given items when transferring into crafting grid.
- Removed sidedness from fluid interface.
- Using tab in a grid that isn't in autoselected mode will focus on the search box.
- Exposed the Network Card inventory of the Network Transmitter so other tiles can interact with it.
- Increased size of Detector textbox.
- Handle breaking and placing blocks better for Constructor and Destructor.
- Pressing shift while starting a crafting task will skip the crafting preview.
Fixed
- Fixed Regulator mode not working.
- Fixed Fluid Interface still being sided.
- Fixed Constructor not working on Botania flowers.
- Fixed Wireless Transmitter working even if it was disabled with redstone mode.
- Fixed Solderer not accepting books created in an Anvil.
- Fixed bug where network machines stopped working on chunk borders.
- Fixed memes not working.
- Fixed External Storage crashes.
- Fixed Constructor in liquid mode being able to place fluids <1000 mB.
- Fixed Solderer recipe conflicts, allowing for easier automation.
- Fixed stack upgrades not working in exporter when stack size is 16.
- Fixed crash when rotating External Storage.
- Fixed disk textures not working on latest Forge.
- Fixed crash when placing head with Constructor.
- Autocrafting bugfixes.
- Made sure External Storage always has the correct inventory in world.
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:G3U09EQR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:G3U09EQR"
}

