Tags
Creators
Details
0.1.0
Compatibility
Required content
Changes
๐ Changelog - v0.1.0-beta
๐ Initial Beta Release
Welcome to the first public beta of the mod! This release introduces the core mechanics and the first two powerful (yet demanding) rings into the game.
โจ New Features & Items
๐ Ring of Preservation
Effect: Prevents item and XP loss upon death (KeepInventory effect). Cost: Consumes XP based on the total value/rarity of the items saved. Risk: If you die with insufficient XP, the ring shatters permanently, and your inventory drops as normal.
๐ Ring of Experience
Effect: Multiply the amount of XP collected from all sources. Cost: Accelerates Hunger and Saturation depletion rate. Risk: If your hunger reaches zero, the ring will drain 1 Heart.
๐ ๏ธ Mechanics & Balancing
Dynamic Drain System: Introduced continuous cost mechanics for ring upkeep. High Risk / High Reward: Rings provide powerful utility at the expense of steep survival resource costs.
๐ Developer Notes
This is an early beta build (0.1.0). Further rings (7 more planned), the Ultimate Ring, and custom fuel mechanics will be added in upcoming updates. Please report any bugs or feedback regarding XP/Hunger balancing on our tracker!
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:YR9tFgvx:9QMN9zKJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YR9tFgvx:9QMN9zKJ"
}

