Links
Tags
Creators
Details
8.0
Compatibility
Required content
Changes
– Added Crusher, a machine that crushes ores and raw ores into dusts. It requires an item, the crushing head to be in a slot to run. It also requires oil fluid to be in it. Energy needs to be in the crusher. It is inserted by placing a battery in the first slot. Oil is inserted by placing an oil bucket in the first slot.
– Added oil. Oil is a liquid that is rarely found underground. It can be found in lakes surrounded by compressed stone
– Added pedestals. They can visually display items stored inside their inventory
– Added Compressed blocks. They go up to four times compressed. They work like any other mod's compressed blocks.
– Changed Furnace names, speeds, and textures.
– removed Steel Oven.
– Changed furnace registration in code to make it easier to add custom furnaces.
– Added Gem Infusing Station. Holds energy like the crusher but requires honey instead of oil. it can infuse dusts back into ingots. Combined with crusher, useful for sextupling ores
– nerfed mythril blaster
– removed some unused dimensions
– change hammers and veinmining tools to respect enchantments like silk touch and fortune
– added new materials, charoite, jade, and larimar
– Tweaked Raccoon AI
– Added shaping anvil, a machine that can easily make tools from ingots
– Updated Textures
– Added new REI Features
– Fixed tons of bugs
Optional dependencies
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:aMBao5l5:NGb8QLC7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aMBao5l5:NGb8QLC7"
}

