Tags
Creators
Details
All versions
1.0.0-a30
Alpha
Pony Origins 1.0.0-a303 years ago 101
Compatibility
Minecraft: Java Edition
1.19–1.19.3
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
The Great Retaggening is here!
- Refactored all the tags to make the items being tagged not required. This reduces code complexity in several powers, and makes for a much cleaner log file, now that tags load properly when playing with fewer mods.
- Related: Some tags are now simplified and reference other tags of relevant items.
- Related: All diets now have slightly more consistent behaviors
- Tweaked direct eating to "reset" eating progress once the "anti-lag" buffer hits 0 (5 ticks after letting go of the button).
- Fixed oil on wings also triggering wet.
- Oil prevents cobweb wing entanglement.
- Re-balanced flight stamina. It now uses a buffer and flight's energy / stamina usage is dramatically lower. Flying races can now actually fly around and not worry about needing to stop and eat every second.
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:DNVIXChQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TwZGSxgV:DNVIXChQ"
}


