Tags
Creators
Details
Licensed MPL-2.0
Published 4 months ago
Updated 3 weeks ago
All versions
2026.2.0-br2+mc26.2
Beta
2026.2.0 for 26.2 Beta Release 23 weeks ago 124
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
- Fixed a crash when opening certain guide pages. Thank you for your crash log, Ryk7039!
- Machines now update chunks a lot less often (this should improve performance)
- Updated code relating to how spectators can view machine GUIs
- Auto Workbench now correctly accepts FE when the BuildCraft config is set for machines to use FE
- RF/FE and MJ pipes now share the same rendering code, so any visual bugs that were exclusive to RF/FE pipes should be gone
- Editing a volume defined by a volume box or land markers now only updates that volume instead of every single one in the loaded dimension
- Items ejected from pipes into an inventory now top up partially-filled stacks before starting new ones, matching every other BuildCraft item output.
- Made the Oil generation code far more sensible; fixes multiple sources of freezes/server hangs on 1.21.1. Thank you for investigation, MapperTV!
- Updated the NeoForge minimums: 1.21.1 is now 21.1.151+, 1.21.10 is now 21.10.63+
Optional dependencies
Any compatible version
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:cg00eho3:lGrZ7KBE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cg00eho3:lGrZ7KBE"
}

