Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
All versions
1.6.1
Release
Create: Alex's Caves Compat 1.6.13 months ago 8,299
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
v1.6.1
Sequenced assembly recipes
- Notor Gizmos can now be made by deploying Raw Scarlet Neodyimium, Raw Azure Neodymium and a Glass Pane on an Iron Sheet
- Telecores can now be made by deploying an Azure Neodymium Ingot and Energized Galena on a Scarlet Neodymium Ingot, then processing it in a press
- Charred remnants can now be made by deploying an Iron Sheet and 2 Uranium on a Cinder Block, then splashing it with Acid
- Depth Charges can now be made by processing Scrap Metal in a press, then deploying TNT, Redstone Dust and Scrap Metal before processing it in a press again
- Occult gems can now be made by deploying 3 Redstone dust and Pure Darkness on an Emerald
- Polymer Plate crafting recipe has been disabled, and now has to be made via sequenced assembly by deploying a Radon Bottle, Toxic Paste and Sulfur Dust on an Iron Sheet, then processing it in a press
Misc.
- disabled Nuclear Bomb Crafting Recipe, now has to be made via mechanical crafting
- added recipe for crushing Forsaken Idols into Occult Gems and Thornwood Branches
- added support for Create: Galvanized (magnet compat)
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:1uJ2rMf6:5ua7xchH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1uJ2rMf6:5ua7xchH"
}

