Links
Tags
Creators
Details
beta4-hotfix1+mod
Compatibility
Required content
Changes
As stated previoulsy, this mod is still in very early development. Please do not use it in long-term worlds as updates may drastically change the way the game is played and/or render previous features obsolete
Changes & Fixes
- Aggroed Pokemon's pathfinding has been fixed thanks to a new dependency
- Aggroed Pokemon now wont despawn
- The patrol goat horn now doesn't play when a patrol spawn was unsuccesful
- The Pillager riding a Bouffalant has been changed to a Vindicator
- Added a 2 second delay between each actionbar command to display the vouch effect
- Made it so that golden scriptures now actually work as intended (if you crafted one before, please recraft it)
- Lass & Youngster homes now pick from a template pool
- Wandering Trader Outposts have been overhauled
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:dldXzOEF:CEwXPUmB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dldXzOEF:CEwXPUmB"
}



