Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
1.0.0-beta5+1.19.4
Beta
Grimoire 1.0.0-beta5+1.19.43 years ago 227
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
Added gemstone to ore loot tables. Mining ore now has a chance to obtain gemstones.
- Deepslate Copper Ore contains 30.0% topaz
- Iron Ore contains 40.0% topaz
- Deepslate Iron Ore contains 50.0% topaz
- Gold Ore contains 70.0% topaz
- Deepslate Gold Ore contains 80.0% topaz, 50.0% jade
- Lapis Lazuli Ore contains 50.0% sapphire
- Deepslate Lapis Lazuli Ore contains 60.0% sapphire, 40.0% jade
- Emerald Ore contains 40.0% sapphire, 60.0% jade
- Deepslate Emerald Ore contains 50.0% sapphire, 70.0% jade
- Diamond Ore contains 50.0% jade, 60.0% sapphire, 30.0% musgravite
- Deepslate Diamond Ore contains 60.0% topaz, 70.0% jade, 80.0% sapphire, 50.0% musgravite
- Ancient Debris contains 70.0% topaz, 70.0% jade, 80.0% sapphire, 100.0% musgravite
% means chance to obtain. It is possible to obtain multiple gemstones at once. Looting is also supported
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:2JY3PyQD:9n0YQ2I4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2JY3PyQD:9n0YQ2I4"
}

