
Monster Origins
(WIP) Minecraft 1.20.1 (and now 1.21.1) / Fabric addon for Origins that adds four origins Arachne (a humanoid spider), Medusa (a gorgon), Harpy (a storm-wind bird-woman), and Mermaid (a singer of the deep) each built around a different playstyle
2.1.0+mc1.21.1
Compatibility
Required content
Changes
v2.1.0, Minecraft 1.21.1 support released (Finally)
Minecraft 1.21.1
-
Released support for Minecraft 1.21.1. This is the same mod, ported from Minecraft 1.20.1, now
-
built against Fabric API, Origins, and Apoli for the newer game version, including a full port of
-
every mixin and every data pack power to the new mappings and schema.
-
Requirements, all for 1.21.1 Fabric, Java 21 or newer needed to launch at all.
-
Fabric API 0.116.15+1.21.1 or newer.
-
Origins 1.13.0-pre.3+mc.1.21.1 or newer, currently the newest build available for this.
-
Minecraft version, no stable non prerelease Origins build exists for 1.21.1 yet.
-
Pehkui 3.8.3+1.14.4-1.21 or newer, the same jar already used on the 1.20.1 release.
-
See README.md on the mc1.21.1-port branch for the full details.
Arachne
- Walking through cobwebs no longer slows you down. The power meant to do this had silently done
- nothing since the mod's very first commit, confirmed by decompiling Apoli directly, now fixed
- with the real, functional power.
- Sure Footed is now unconditional. She never takes fall damage at all, matching how the fall
- damage reduction power actually behaved in practice (it never really applied its intended
- partial reduction above 10 blocks).
- A normal punch (webbing a target in a temporary cobweb without sneaking) now applies Immobilized
- for 2 seconds, down from 3.
- An Immobilized target can no longer hit you if you are standing behind it, or from more than
- point blank range. Previously it could still land hits regardless of facing or distance.
Medusa
- Removed Stone Gaze, the passive, always on petrify pulse. Stone Gaze Burst, the secondary key
- ability, is unchanged.
- The Serpent Aegis is now genuinely Medusa only. Before, any origin able to use a shield at all
- could raise and block with it, despite the tooltip already claiming otherwise.
- The Serpent Aegis now actually slows its wielder while equipped, matching Slowness I. This
- needed a real attribute modifier rather than the status effect itself, since Medusa's own Stone
- Cursed immunity blocked the effect version entirely.
Mermaid
- Removed "every sea creature is friendly." Sea creatures behave like vanilla again.
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:E8xDfivh:EnHR6htM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E8xDfivh:EnHR6htM"
}
