Tags
Creators
Details
v2.0.9+26.1
Compatibility
Changes
NeoOrigins 2.0.9
-
Wraith — phases through solid blocks passively (obsidian/bedrock blocked), hunger drains while phasing, burns in sunlight
-
Skeleton — undead type (Harming heals, Healing hurts, Smite extra damage), +50% arrow damage, 20% faster movement, 30% higher jump, 7 hearts max HP, burns in sun (helmet absorbs), restricted diet (bone meal, rotten flesh, spider eyes)
-
Slime — moisture bar system (drains over time, faster in deserts/on fire, refills in water/rain), Regen 1 above 75%, -4 armor below 10%, DoT at 0%, death save "split" at >75% moisture (teleport + 2 hearts, regen over 2 min), +1 max HP per 10 XP levels (resets on death), no fall damage
-
Merchant Charisma (issue #43) — wandering traders now offer 3 random master-tier villager trades + 25% chance treasure slot (Heart of the Sea, Nether Star, Totem, Trident, Elytra, Dragon Head — costs 32-64 emeralds + 1-6 netherite ingots). Treasure slot glows golden.
-
spawn_location — three new optional fields:
min_y,max_y,can_see_skyfor underground/Y-constrained origin spawning -
wraith_phase— configurable block-phasing with hunger drain -
slime_moisture— moisture resource bar with biome/fire drain modifiers -
slime_death_save— totem-like split mechanic -
slime_level_hp— XP level scaling max HP
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:RUtQ9kfe:o6rmVSwg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:o6rmVSwg"
}


