Tags
Creators
Details
3.2.0
Compatibility
Changes
🔮 Oraclium – Patch Notes v3.2.0
⚡ Cross-Platform Update: Forge 1.20.1 • NeoForge 1.21.4 • Fabric 1.21.8
✨ What's New & Added
Advancement Aether — New achievement tied to exploring the Aether biome.
🛠️ Technical Fixes & Adjustments
Ruby rarity increased for better balance. Cave Block spelling corrected.
Item Fixes:
- Corrupted Rotten Flesh
- Corrupted Bones
- Complete harmonization of mod registry names.
- Fixed duplication bug involving strawberries and pistons.
- Fixed the spawning of marine creatures in the Aether biome.
🎨 Visual Improvements & Content
Implementation of the missing boot texture. Improved the Welcome Book (text, structure, readability).
🔧 Crafting & Balancing Rubis → Rubys: name standardized across all crafting recipes and records.
Crafts Revised:
- Cave Blocks (uncolored glass)
- Jam Jars (uncolored glass)
- Empty Jam Jars → crafting recipe modified (x3)
- Improved crafting in the Forge for advanced items.
- Rebalancing of ruby armor: helmet and boots adjusted.
- Slight nerf to ruby tools to prevent excessive power creep.
- Adjustment of strawberry jam's nutrition.
🌱 World & Gameplay
Slowed Ferracin growth for a more natural progression. Hitbox reduction:
- Strawberries
- Iron Plant
🌊 Biomes & Creatures
Adjusted the spawn rate of marine creatures in the Aether biome to prevent overpopulation.
🌌 Miscellaneous
Internal code cleanup and general optimization. Improved overall consistency across the three platforms (Forge / NeoForge / Fabric).
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:GzTKTzvD:bqFhLXik"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GzTKTzvD:bqFhLXik"
}

