2.0.0+mod
Compatibility
Required content
Changes
As the Forge version of Origins is no longer maintained, we are leaving it behind and going up a major version, in preparation for new updates to come. As a treat in exchange, Stardust Origins will now ship both as a mod and datapack.
Changed
- Rewrite all origin and power descriptions
- Koijokin regeneration only applies when standing still, but is faster
- Rebalance sizes and movement speeds
- Rebalance Porcelain gained from clays
- Rebalance Adrenaline and Rage
- Usawililikin accumulates and uses skylight to fly
- Utalasewikin resists fall damage instead of being immune
- Utalasewikin is herbivore
Removed
- Usawililikin sun healing
Fixed
- Koijokin not able to mine normally underwater
- Koijokin able to starve with the Orb of Origin
- High Leap not consistent depending on head movement
- Vegan food tooltip
- Resource bars not hiding depending on context
- Unpatch other bugfixes now unecessary, as they were exclusive to Forge
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:ZRGuXcsZ:MqxuW6OF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZRGuXcsZ:MqxuW6OF"
}

