Tags
Creators
Details
v1.2.0+26.1.1
Compatibility
Changes
NeoOrigins v1.2.0 — The Big Content Update
14 New Origins (35 total)
- Inchling, Sporeling, Frostborn, Strider, Siren, Piglin, Hiveling, Cinderborn, Sculkborn, Enderite
- Necromancer — Summon wither skeletons and skeleton archers with life-force link
- Gorgon — Stone-skinned petrifier with devastating melee
- Automaton — Mechanical construct immune to drowning and hunger
- Kraken — Deep-sea predator with tentacle attacks and guardian summons
17 Built-in Classes (new system!) Players choose a class after selecting their origin. Classes are pure bonuses.
- Combat: Warrior, Archer, Berserker, Sentinel, Rogue (stealth + backstab)
- Crafting: Miner, Lumberjack (tree felling), Blacksmith (quality gear), Cook
- Utility: Explorer, Beastmaster, Herbalist, Scout, Merchant (unlimited trades), Cleric (2x potions), Titan
- Opt-out: Nitwit
Minion Summoning System
- New summon_minion power type with configurable mob type, caps, cooldowns, hunger cost, despawn timer, equipment loadout, and death-damage feedback
- Evoker cast spell sound + soul/smoke particle effects on summon
- Summoned mobs get configurable equipment and never drop loot
Config System for Modpack Devs
- Enable/disable any built-in origin or class via config
- Per-power dimension restrictions
- Disabling all classes auto-skips the class selection screen
Multi-Version Support
- Now ships JARs for both Minecraft 26.1 and 26.1.1
Other
- Dynamic screen titles per layer
- Full translations for all origins, classes, and powers
- POWER_REFERENCE.txt for modpack creators
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:YbXe78PA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:YbXe78PA"
}

