Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 months ago
All versions
0.11.7
Beta
Relics 0.11.75 months ago 9,411
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Implemented new mechanic - synergies. Currently works only for pair of Kinetic Belt and Jellyfish Necklace
- Fixed Hunting Belt loot table
- Updated some textures
Remember that the 0.11.X version line is considered a beta, which means that:
- This version is currently not compatible with addons, even official ones.
- This version is and will remain incompatible with other versions of Relics meaning your previous progress in the mod will be lost due to major differences in balance design and mechanics.
- The mechanics introduced in this version are experimental and their balance may change based on your feedback but they are already fully stable for gameplay and servers.
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:OCJRPujW:wxi0QP1C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OCJRPujW:wxi0QP1C"
}



