Tags
Creators
Details
1.3.3-b1
Compatibility
Required content
Changes
The Back and Forth Port Update
Users have asked for a backport, and here it is!
Pony Origins LTS is the 1.19.2 version of the mod. It will not update as frequently as the current version, due to the amount of work required to make it compatible with 1.19.2.
Unfortunately, Pony Origins does not perform as well in 1.19.2, due to missing functionality used heavily in 1.20.1. However, all these issues have been mitigated as best as possible. In addition, this backport has revealed more bugs that were fixed in the latest release.
- Backported the latest update to 1.19.2
- Refer to the 1.3.3-b1 Release Notes to see what's new.
Pony Origins LTS requires Apugli to function!
NOTE: Due to the many, many underlying changes, you will have to join, leave, and join again for Origins to work properly with your character the first time you use this new update on an existing world or server.
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:TwZGSxgV:SbyAactq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TwZGSxgV:SbyAactq"
}

