Tags
Creators
Details
Licensed ARR
Published 2 months ago
All versions
1.3.0
Release
CobbleHelx Relics 1.3.0last month 46
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
1.3.0
Fixed
- CR Armor in anvil now properly adds durability enchants such as Mending/Unbreaking
Added
- Missing stonecutting recipes
- New Items
- Dormant Helx Upgrade Smithing Template
- Helx Upgrade Smithing Template
- New Blocks
- Rune Block Door
- Rune Block Trapdoor
- Chiseled Rune Block Door
- Chiseled Block Trapdoor
- Mossy Chrysalis Relyx Bricks variants
- Cracked Chrysalis Relyx Bricks variants
- New planks from combining Eospark and Jakarune: Eosrune and Jakaspark. The first half of the name indicated the top left texture colour. (I know the block texture isn't correct yet, it was mainly requested as floor, ceiling and walls. This will be fixed later.)
- Recipes for Magic Relic Block
- Chrysalis Relyx to Runecarver
- Glow Berries to Pur Berries
- Stone to Helx Infused Stone
- End Stone to Helx Web Infused Stone
- Dormant Helx Upgrade Smithing Template to Helx Upgrade Smithing Template
Changed
- The Runecarver can cycle through the majority of blocks (including the new planks). Any missing ones will be taken note of and added/changed next update.
- Chrysalis Relyx Armor now crafts from golden armor through the smithing table with a Helx template and a Relyx. To balance the cost the armor points and toughness have been set to slightly underneath diamond armor. Together with the Armor Set Effect this would be a nice alternative to early game diamond armor.
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:meutYn7i:TUZPrPC2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:meutYn7i:TUZPrPC2"
}

