Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 weeks ago
All versions
1.0.11a-forge-mc1.20.1
Release
Ore Growth 1.0.11a2 years ago 2,304
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Ore Growth 1.0.11a
- Added ore growth recipes for apatite, ruby, and sapphire ore from Thermal Foundation
Ore Growth 1.0.11
- Comparators will now give a redstone signal depending on how much a crystal has grown
Ore Growth 1.0.10
- Added ore growth recipe for cinnabar from Thermal Foundation
- Fixed dusk emerald recipe for Gems & Jewels
- Fixed the game crashing when there's an invalid ore growth recipe
Ore Growth 1.0.9
- Added compatibility for ores from Deep Aether, Enderscape, Gems & Jewels, Pigsteel [FORGE]
- Fixed integration with Thermal Foundation
- Fixed yellorite ore recipe from Extreme Reactors
Ore Growth 1.0.8
- Added compatibility for ores from Industrial Revolution
Ore Growth 1.0.7
- Added compatibility for ores from Spelunkery
Ore Growth 1.0.6
- Added work around for caching recipes when KubeJS is installed
Ore Growth 1.0.5
- Fixed ore growth recipes for Mythic Metals
Ore Growth 1.0.4
- Add compatibility for ores from More Gems [FABRIC]
Ore Growth 1.0.3a
- Add compatibility for ores from Mythic Metals
Ore Growth 1.0.3
- Fixed crash when there's multiple ore growth recipes with the same base
Ore Growth 1.0.2
- Added a config option to disable the default recipes
- Added config options to scale the spawn and growth chances of all crystals
- Fixed check for unknown base blocks
Ore Growth 1.0.1
- Added compatibility for ores from Additional Blocks: Stone Edition, BetterNether, BetterEnd, Bigger Reactors, Create, Extreme Reactors, Mekanism, Mystical Agriculture, Powah, RFTools, The Aether, Thermal Foundation
Ore Growth 1.0.0
- Initial release of Ore Growth
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:psKAO98W:PeWCWzTd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:psKAO98W:PeWCWzTd"
}

