All versions
1.0.13-1.21.1
Release
Pipez Optimizer 1.0.13-1.21.12 days ago 177
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
📄 Pipez Optimizer Update Changelog
English
Bug Fixes
- Fixed Config Inheritance Breaking with FastWorkbench: Adjusted the config inheritance logic for pipe upgrade items in the crafting table. It now uses a more conservative approach, ensuring the inheritance is no longer disabled when the FastWorkbench mod is installed.
中文
Bug 修复
- 修复配置继承失效: 调整了管道升级物品在合成表中的配置继承逻辑,现在采用更保守的处理方式,确保不会受到 FastWorkbench 模组的影响而导致继承功能失效。
Optional dependencies
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:HVAFkCTk:ACYQXlfE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HVAFkCTk:ACYQXlfE"
}



