Links
Creators
Details
Licensed Depends on version
Published 4 years ago
Updated last year
All versions
7.99.24.5
Beta
7.99.24.52 years ago 64
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changes:
- Added a lot of config options for how the quarry operates:
- "quarryMaxTasksPerTick": The maximum number of tasks for the quarry to attempt per tick (where a task is either moving the frame, or mining a block).
- "quarryTaskPowerDivisor": 1 divided by this value is added to the power cost for each additional task done per tick.
- "quarryMaxFrameMoveSpeed": The maximum number of blocks that a quarry frame arm is allowed to move, per second. (0 is infinite)
- "quarryMaxBlockMineRate": The maximum number of blocks that the quarry is allowed to mine each second. (0 is infinite)
- Improved the performance of the pump a bit.
- Improved the performance of the quarry event listener a lot.
- Randomised the iteration order of quarries
- This allows multiple stacked quarries to mine out different blocks at once, which looks a lot better than before.
Bug Fixes:
- Add more information to the crash report to help issues like [#4513].
- Only register oil biomes if they are enabled in the config, rather than always.
- Fixed stirling engines "pausing time" when they reached overheat.
- So now if something started to burn it will always continue burning out.
- However the next item won't be started.
- [#4526] Fix MessageUtil sharing a delayed queue with the server + the client.
- [#4527] Fix the 2d filler patterns not rotating correctly.
- [#4529] Fix some BC blocks with an inventory dropping more items then they should.
- [#4530] Fix a crash when an item has an empty tooltip.
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:xCOaAjaG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dIwAzrx4:xCOaAjaG"
}


