All versions
1.0.1
Beta
Yapi: Paleofusion 1.0.1last month 6
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
YapiPaleofusion 1.0.1
This update focuses on compatibility polish, encyclopedia improvements, advancement expansion, and release stability.
- Expanded Unusual Prehistory encyclopedia coverage for integrated creatures and plants.
- Added encyclopedia support for YapiPaleofusion's woolly rhino.
- Added unique encyclopedia page ids for integration entries to prevent page overwrite conflicts.
- Added a custom encyclopedia layout with improved rendering for integrated creatures and plants.
- Added dedicated rendering support for The Dawn Era creature previews in the UP encyclopedia.
- Added unique text entries and localization support for integrated encyclopedia pages.
- Expanded selected Unusual Prehistory creature interaction advancements with supported cross-mod creatures.
- Expanded several Prehistoric Fauna advancements with cross-mod compatibility support.
- Expanded living fossil compatibility with additional valid species.
- Improved PF advancement compatibility handling when optional mods are not installed.
- Fixed multiple invalid advancement ids and broken compatibility criteria.
- Fixed UP tame_barina advancement compatibility.
- Fixed encyclopedia language lookup spam and analyzer warning spam.
- Reduced unnecessary work in Genossus Sentinel compatibility logic.
- Cleaned release metadata and pinned build plugins for more reproducible builds.
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:1bX8jlrZ:mf7WrorK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1bX8jlrZ:mf7WrorK"
}

