
Origins: Caucasus Giant
Caucasus Giant is a massive, strong, but dim-witted schoolboy. He builds rage from combat, unleashing devastating stomps, desk slams, and wallops. However, he's slower, bad with books and complex items, and his heavy footsteps alert mobs.
1.0.0
Compatibility
Required content
Changes
Version 1.0.0 — Initial Release Added the "Caucasus Giant" race to Origins.
Implemented the "Rage" resource (0–100), accumulated by taking damage (+5) and killing enemies (+10).
Active abilities:
Desk Slam (Primary): Area damage + nausea and weakness.
Stomp (Secondary): Knockback + slowness.
Schoolyard Charge (Tertiary): Dash forward with knockback.
Wallop (Quaternary): Powerful raycast strike (20 damage) when holding a diamond or netherite axe.
Passive abilities: massive_body (+15 hearts, +4 damage, knockback resistance), thick_skull (-50% fall damage).
Weaknesses: slow_learner (-50% experience), clumsy_giant (-30% mining speed without correct tool), loud_footsteps (glows nearby mobs when sprinting).
Optional dependencies
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:XNua18ST:cWG1HqAt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XNua18ST:cWG1HqAt"
}

