Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.7.1-alpha
Alpha
v1.7.1-alpha3 years ago 94
Uploaded by
Compatibility
Minecraft: Java Edition
1.14.4
Platform
Forge
Supported environments
Client and server
Changes
Fixed
- Fixed Pattern Grid causing world hanging on load.
- Fixed External Storage not refreshing when the storage is broken or replaced.
- Fixed delay in block update when placing a cable block.
- Fixed holder of cable blocks sometimes conflicting with a cable connection while rendering.
- Fixed being able to move wireless items in inventory when using a keybinding to open.
- Fixed crash when breaking a Grid, Crafting Monitor, Crafter Manager or Portable Grid when another player is still using it.
Changed
- The Pattern Grid now switches automatically between crafting pattern and processing pattern mode when using JEI transfer.
- The Pattern Grid now switches automatically between crafting pattern and processing pattern mode when re-inserting an existing Pattern.
- Grids now do not sort if you interact with it while holding shift.
Removed
- Exact mode for processing patterns no longer exist, you can now define per-slot which item/fluid tags are allowed to be used by autocrafting, by using CTRL + click on the filter slot in the Pattern Grid.
- Removed migration code for the development builds that were released on Discord (not on CurseForge). If you used the development builds and never used version 1.7.0 before, first switch to 1.7.0, open your world, modify a storage disk, and then upgrade to 1.7.1.
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:BELprT7d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KDvYkUg3:BELprT7d"
}

