Tags
Creators
Details
1.3.2-b2
Compatibility
Required content
Changes
The Vertical Update
This small update to Pony Origins adds the Vanish talent, which enables invisibility, and Wallclimbing, which allows Goats, Change(d)lings, and Abyssinians to climb walls! It also tweaks the Wingstrike behavior to be more consistent.
Vanish: Press your [power key] to turn invisible! This requires a lot of energy, and bends light around your body, making you completely invisible to other creatures! Beware, because it bends light around your body, you will be blinded, only able to sense what is in your immediate vicinity, and it costs a considerable amount of energy to maintain. Normally blind creatures will be unaffected.
Wallclimb: Climb most surfaces like climbing ladders! Only works if you don't have boots on, and either telekinesis (Change(d)ling) or both main and off-hand/hoof are empty (Abyssinian, Goat). This ability takes stamina.
- Fixed the Wingstrike behavior, which was only checking for blocks along two cardinal axes instead of all sides, due to limitations with Origins.
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:lBJPnttd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TwZGSxgV:lBJPnttd"
}


