Tags
Creators
Details
2.0.1
Compatibility
Required content
Changes
The Bug Smasher Update
Pony Origins 2.0 had some unseen issues post-release, so here's some fixes:
- Added function to re-calc weights after Ascensions
- Fixed Umbrum having no skin type defined
- Fixed some Weight calcs missing or inaccurate
- Optimized some Weight if-trees
- Fixed Cloven Hooves, Hooves and Canine Paws incorrectly applying some stats twice and ignoring some others
- Fixed Feline Paws not correctly determining when silent footsteps are supposed to work
- Updated icon to have the data pack version on it
Rebalanced some parts:
-
Membrane wings are 1 heavier
-
Frugivore diet is 2 lighter
-
Thestrals now have fur, so they are a little better protected against the cold (except their wings, which aren't). They weigh the same as pegasi still, thanks to being Frugivores.
-
Dragons are 1 heavier as a result.
-
Fixed the forge version information being wrong (Origins Forge is still unsupported currently)
The release version is now split between Mod and Datapack versions, as there is no way to intelligently serve either one from a single listing.
Stay tuned for more bug smashing and revising of Pony Origins 2.0
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:eq84Gik6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TwZGSxgV:eq84Gik6"
}



