Links
Creators
Details
Licensed Depends on version
Published 4 years ago
Updated last year
All versions
7.99.23
Alpha
7.99.232 years ago 59
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Improvements:
- Raised the maximum power rate for the quarry from around 30 MJ/second to about 100 MJ/second.
- Changed the page number colour of guide book pages to the same as the header to make it easier to focus on the main content.
- Improved the guide book performance by collapsing highly varied items (like facades and covers) into a single page entry for searching.
- Re-added JEI integration for the assembly table.
Bug fixes:
- [#4345] Fixed a cache issue which caused pipes with wires on to disconnect randomly.
- [#4359] Fixed a cache issue which caused items to disappear from transport pipes.
- Made the pump a bit less likely to dupe fluids when sending them out to neighbouring blocks.
- Fixed gui container and tile update packets not releasing some byte buffers properly
- Note that this never actually caused a memory leak as all of these buffers were allocated as byte arrays rather than with native buffers.
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:dIwAzrx4:JaTglVQb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dIwAzrx4:JaTglVQb"
}


