Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
0.6.0-alpha
Alpha
v0.6.0-alpha3 years ago 58
Uploaded by
Compatibility
Minecraft: Java Edition
1.9
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added autocrafting.
- Added the Pattern Grid.
- Added the Crafting Monitor.
- Added the Crafter.
- Added the Processing Pattern Encoder.
- Added a Pattern item.
- Added the Wireless Transmitter.
- Added Speed Upgrades which are applicable on a bunch of machines.
- Added Range Upgrades for in the Wireless Transmitter.
- Added Crafting Upgrades.
- Added recipe category -> item JEI integration.
- Added Storage Housing.
Changed
- Changed Grid modes to have a autoselected option.
Fixed
- Fixed Destructor not playing block break sound.
- Fixed Constructor not playing block place sound.
- Fixed picking up from crafting result slot.
- Fixed being able to use right click on crafting result slot.
- Fixed item duplication issue with the Interface.
- Fixed Importers and Exporters not working when changing facing with a wrench.
- Fixed Crafting Grid not respecting remainder in recipes.
- Fixed Crafting Grid giving back the wrong amount of items when shift clicking.
- Fixed items disappearing in Grid when doing a weird combination of inputs.
- Fixed Solderer not stacking items.
- Fixed Importer voiding Storage Disks from the Disk Drive.
- Fixed Controller not saving energy.
- Massive performance improvements which reduces lag and lets machines connect almost instantly.
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:FfIoyI6k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:FfIoyI6k"
}

