Tags
Creators
Details
2.3
Compatibility
Required content
Changes
I would like to apologise for the significant delay since the last update. I have been extremely busy IRL and haven't been able to work on Origins++ as much as I would have liked.
This update contains many bug fixes and improvements as well as balance changes. I am releasing it now to get the last year's worth of fixes to you sooner instead of waiting for a single massive update.
I would like to move forwards with more frequent updates with fewer fixes/improvements to keep them more manageable as the longer it was since the last update, the larger I felt this update needed to be.
As Origins becomes stable for newer versions (e.g., 1.21.x), I will also be working with OvergrownMC on v3.0 which will contain updated and optimised versions of many origins. I plan to update v2.x to fix issues until it is replaced by this.
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:npBe7UbS:trE8ISdX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:npBe7UbS:trE8ISdX"
}

