Links
Tags
Creators
Details
Licensed CC0-1.0
Published last year
Updated last year
All versions
1.2.5
Release
Monster Ores 1.2.5last year 540
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
- Lighting bugs fixed for slab, stairs, wall variants of many blocks.
- Enchantment Crystal block has been properly tagged.
- New blocks:
- Stabilized Blaze Rod - New light source with 13 luminance. Crafted with a stick and blaze powder.
- Glow Ink Bulb - New light source with 6 luminance. Crafted with a stick and glow ink sac.
- Xpeterite now comes in Lesser and Median forms. Previous existing Xpeterite crystals will be converted to Large Xpeterite, the largest consumable version of Xpeterite which gives 405 XP. Median Xpeterite gives 45 XP, Lesser Xpeterite gives 5 XP. These can be compressed into larger forms for inventory management. Many of the new Xpeterite blocks added in previous updates now have overhauled drops to reflect this.
- Xpeterite Geodes have been made rarer and smaller.
- Stonecutter recipes added for Warped Lazuli blocks.
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:BR8U0LnY:LaKJSBMf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BR8U0LnY:LaKJSBMf"
}

