All versions
1.1.3
Release
Goecia: Forgotten Rites 1.1.33 months ago 105
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Added
- Added a new death recovery system with persistent graves and a Player Doppelganger encounter.
- Added the new decorative Crux block, including medium and large variants.
- Added the new Celtic Cruz family: small, medium and large variants.
- Added the new decorative Flower Glass block.
- Added new plants and flowers:
- Green Mushroom
- Yellowcryph
- Added new creative tabs for Crosses and Flowers.
- Added new advancements:
- No era una leyenda
- El Infierno te Recuerda
- Acero Maldito
- Point of No Return
- Combustible Impuro
- Metal del Abismo
Changed
- Graves now store player inventory, armor, offhand items and experience.
- Cores of Life and corruption are no longer part of the grave recovery flow.
- The Celtic Cruz block can now act as the protected grave block for the death system.
- Reworked recipes and progression for Crux and Celtic Cruz variants.
- Yellowcryph now generates naturally in Birch Forests.
- Rebalanced mod tools, armor values, repair ingredients and mining progression.
- Updated advancement visuals with custom Goecia UI elements.
- Optimized several server-side systems related to rituals, graves and hostile entities.
- Optimized several internal processes to improve server TPS stability.
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:f3PrkThU:S274h1kR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f3PrkThU:S274h1kR"
}

