Tags
Creators
Details
All versions
v1.3.1-1.21.1-6
Release
Create: Rock & Stone v1.3.1-1.21.1-6last week 1,107
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Create Aeronautics compatibility
- Miners can mine from any sublevel on any sublevel
- Navigation table accepts Deposit Scanner as a filter
- Deposit blocks are now Super Heavy
- Physics contraptions with deposit blocks won't assemble unless movable deposits are enabled
- New deposits
- Coal
- Lapis (disabled by default)
- Osmium
- Platinum
- Wolframite
- Catalyst info pages in JEI are now easier to find, as all representative items are now shown on the recipe
- Better mining particls that scale with mine head size
- Outline around claimed deposit blocks is now only shown when holding a wrench or relevant miner blocks
- Outline around claimed deposit blocks now tints the blocks based on which miner claimed them
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:wy2arhik:e0ie2eDk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wy2arhik:e0ie2eDk"
}

