All versions
3.2.0
Release
apocalypse_end 3.2.06 days ago 261
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
📜 Update Log v3.2.0
🍖 New Food: Fine Chaff
| Attribute | Effect |
|---|---|
| Hunger Restored | 5 points |
| Saturation Restored | 7 points |
| Health Restored | 4 points (instant) |
| Eating Time | 1.6 seconds |
| Stack Size | 64 |
Crafting Recipe (Shapeless):
- Apple ×2
- Carrot ×2
- Melon Slice ×2
- Gold Ingot ×3
✨ New Feature: Skill Book System
Acquisition
- Recipe: Ascension Scripture ×1 + Source Bottle ×8 (Shapeless)
- Equip in Curios "Skill Book" slot
Attribute Allocation
| Attribute | Effect | Cap (No Badge) | Cap (With Origin Badge) |
|---|---|---|---|
| ⚔️ Attack | +1% Damage per point | 100 | 300 |
| 🛡️ Defense | +1% Damage Resistance per point | 100 | 300 |
| ✨ Magic | +1% Magic Source per point | 100 | 300 |
Features
- Exchange Points:Spend 30 EXP levels to gain 1 attribute point
- Attribute Allocation:Freely distribute points among Attack, Defense, and Magic
- Reset Allocation:Reset all allocated points (refund to total pool)
- Quick Access:Press
Jto open the Skill Book panel
Core Mechanics
- Without Origin Badge: Each stat cap at 100
- With Origin Badge: Each stat cap increased to 300
- Attribute bonuses apply in real-time (Attack, Defense, Armor, Magic Source)
🐛 Bug Fixes
- Fixed Fenyong Badge health modification recursion crash - Resolved infinite loop issue when applying blood damage
🔧 Other Updates
- Added new Curios slot:
skillbook - Added hotkey:
Jto open Skill Book panel - Optimized Skill Book UI layout, fixed text overlapping issues
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:jKso3LDV:4DC0lY0P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jKso3LDV:4DC0lY0P"
}




