Tags
Creators
Details
1.0.27X4522
Compatibility
Changes
Also contains changes from version X4441, X4445, X4473, X4474, X4476, X4480, X4501 and X4515. For a comprehensive list of changes, consult the releases page on github.
A short list of the most notable changes and additions:
- Combination furnace, a new type of furnace that uses an external heat source to efficiently make charcoal and coal coke, with liquid byproduct
- Large mining drill with a lot of options which works like the laser miner but smaller, also allows access to infinite bedrock ores
- Bedrock ores, they need a mining drill and are only mined at a slow rate, but using increasingly large acidizing and centrifuging setups allows up to 64 ores to be extracted from a single bedrock ore item
- Sentry turret "Brown", uses 5mm with a low rate of fire but is extremely cheap
- Added M2 heavy machine gun, almost all guns now eject casing particles when fired or reloaded
- Closed cycle gas turbine, used to efficiently burn natgas, can use other new fluid types too like artificial syngas
- Automatic buzzsaw, a rotary saw attached to a crane fueled by wood oil which automatically cuts down nearby trees
- Geothermal heat exchanger, uses nearby lava blocks to heat up fluids, can be boosted by geothermal vents created by nuking bedrock ores
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:M4Z75E5X:3qlKxYpH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M4Z75E5X:3qlKxYpH"
}

