Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
1.2.3
Release
HeroProMod 1.2.33 years ago 960
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
- changed the default textures inside mod for blocks to "modern". Old ones are in the resourcepack HeroProPack Complete
- changed crafting for rainbow crystal (added nether star as a sixth ingredient)
- added rainbow ingot smelting
- decreased spawning for ruby ore
- tweaked the number of end ores that spawn in the end and changed the spawning levels - now the ores will cumulate at Y23
- EXPERIMENTAL: changed the mining speed of rainbow pickaxe so that it can instantly mine deepslate and end stone with efficiency V and Haste III - please contact me with feedback on my discord
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| lambdynamiclights-2.3.2+1.20.1_glowing_shield_compatible.jar | Unknown | 555.34 KiB |
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:ibRAyzT8:vnwSfirb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ibRAyzT8:vnwSfirb"
}

