All versions
1.0.2-alpha-26.2
Alpha
corpseorigin 1.0.2-alpha-26.23 days ago 17
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Today's Update Highlights
Fixes
- Limb regrow animation not playing when wearing GeoLib armor: Root cause was GeckoLib overwriting the player's render state with only the helmet's animation data. Fixed by writing limb data back via
GeoArmorRendererCaptureMixin. - Model offset silently failing:
cam.initializedcheck was unreliable and the offset was hardcoded. Now uses model-pixel-based adaptive offset. - Broken drop chain: Added drop tables for
zbr_fleshblock + 3 entities. - Survival unplayable: Previously had 0 recipes and 0 natural spawning. Now fully implemented.
Additions
- Character selection book GUI: Single unified book, consumed on selection, server-side validated, auto-granted once on survival start.
- Ultraman Corpse Brother: New entity reusing low-tier model, skips zombie skeleton bones, non-aggressive.
- Survival content: 12 recipes + 12 unlock advancements, 7 naturally spawning mobs, corpse water spring worldgen.
- Corpse Brother appearance system: Random player IDs +
api.mojang.comskin resolution + local tint variants. - Config file
config/corpseorigin.json.
Adjustments
- Lowered Corpse Brother spawn weights, concentrated spawning near corpse water springs.
- Removed all temporary
[LIMB-DBG]debug logging.
TODO
- Skin resolution may fail in China; needs CustomSkinLoader fallback.
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:12YXOqvq:xMtBXl32"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:12YXOqvq:xMtBXl32"
}


