All versions
1.4.1
Release
Create: Improve 1.4.13 weeks ago 4,114
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- 对于进程面板,将多余的物品数据剔除以大幅缩减进程面板日志数据大小,添加了进程面板日志大小限制,超过大小的早期日志会被剔除并呈现提示。
- 修复了1.2.7版本流体包裹兼容时由于其自行修复多打包机承诺问题导致的mixin注入失效,仅在1.2.6版本提供该修复与相应配置选项。
- 修改标码无线红石信号终端配方,使其采用告示牌标签而非固定橡木告示牌。
- 新增了黄铜废料桶的配置项,可以控制指定物品/流体的经验颗粒生产效率。 ————————————————————————————————————————
- For the Process Manager, removed redundant item data to significantly reduce process log sizes. Added a log-size limit; older entries are discarded with a warning when the limit is exceeded.
- Fixed a Mixin injection failure when compatible with Fluid Logistics 1.2.7, which now fixes the multi-packager promise issue itself. The fix and its configuration option are now available only for version 1.2.6.
- Updated the Labeled Redstone Link recipe to use the sign tag instead of requiring an oak sign.
- Added Brass Scrap Bucket configuration options for setting experience nugget production efficiency for specific items and fluids.
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:3xu2jXe8:LzKSSB7X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3xu2jXe8:LzKSSB7X"
}

