0.1.2
Compatibility
Changes
First public release! This includes samples for all vanilla ores, Sky's Overworld Quartz, and create's ores, with Snow! Real Magic snowlogging compat. Also included are some blocks that I personally wanted for my SMP
- Samples for all vanilla and create ores, as well as integration with Sky's Overworld Quartz
- Automatic parent rock switching on manual placement, with current support for stony, sandy, and red sandy variants
- Andesite samples drop new andesite chunk item
- Four model variants, with random rotation, to avoid repetition
- Crystallised redstone blocks as an equivalent to raw ore blocks, intended for use in veins
- Behaves like a cross between redstone ore and a redstone block, only outputting power when walked on or interacted with. Resets on randomTick()
- Glowquartz blocks, a non-nether alternative for glowstone. Glows when powered. They can be crafted into a lamp, or polished on a stonecutter to improve light output
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:9ppAg1XD:itSEik37"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9ppAg1XD:itSEik37"
}

