Links
Tags
Creators
Details
9.8.3.390
Compatibility
Required content
Changes
321afd4 - only copy a single item to dummy inv in Formulaic Assemblicator
378592d - tidy the item metas in the javadoc
75ed072 - fix issues with the change-factory-type slot. Closes #5675 - Container Slot will only accept valid items - Factory item inputs explicitly rejected - More efficient recipe type getter (should fix nbt related fails) - Output slot changed to an output
5585cf4 - pipes/cables/tubes: Don't send neighbour updates out when we should only need to ensure we get saved. RevertMe if chunk boundaries break again. Closes #5673
0efb9cd - wind generator item: only update angle once per render tick. Closes #5670
3ea9cb0 - Update de_de.lang (#5656)
f014479 - update ja_jp.lang line 336: unify translation into BuildCraft line 999: make more like to original pronounce("Hohlraum" is a borrowed term from German.)
15d25ed - Update ko_kr.lang
6abe348 - enable empty outputs for PRC recipes via CT. Closes #5598
bfb3b93 - add explicit dump button to infusion factories. Closes #5630
81ef5fb - Bump version to 9.8.3
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:OFVYKsAk:b84Y8s7p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OFVYKsAk:b84Y8s7p"
}

