Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.6.1
Release
v1.6.13 years ago 156
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added fluid autocrafting.
- Added Crafting Upgrade support for fluids on the Exporter, Constructor and Fluid Interface.
- Added config option to hide covers in the creative mode tabs and JEI.
Changed
- The Portable Grid now supports fluid disks.
- Filters now support fluids and can be inserted in the Fluid Grid.
- You can now keep fluids in stock by attaching a External Storage in fluid mode to a Fluid Interface with a Crafting Upgrade.
- You can now specify the amount to export in the Fluid Interface.
- Updated Russian translation.
- Overhauled and updated German translation.
- The Crafting Upgrade no longer schedules requests when there are items or fluids missing.
- Made the Crafting Preview window bigger.
Fixed
- Fixed crash log when opening Pattern Grid GUI.
- Fixed being able to put non fluid containers in Fluid Interface input slot.
- Fixed Grid filters not updating Grid.
Removed
- Removed "emit signal when item is being autocrafted" option in the Detector.
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:DN8Ndu2z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:DN8Ndu2z"
}

