Tags
Creators
Details
2.5.3a
Compatibility
Changes
-
For a comprehensive list of changes to this update, please see the full 2.5.3 changelog. This is -mostly- a bugfix patch.
-
Fixed an issue with flying digimon not correctly pathing while following/battling
-
Fixed some generation compatibility issues with the volcano biome and other mods. The new generation only will affect new chunks.
-
Fixed some evolution logic issues where digimon were not always generating with a list of unlockable evolutions. If you have a digimon affected by this, you may have to degenerate it to reset the unlockable evolutions.
-
Fixed an issue where occasionally mega level digimon could not jogress properly
-
Fixed a couple of model/texture issues
-
The following old digimon models have been salvaged from 1.12 purgatory and been re-added back to the game. If you wanted this, congratulations, almost every old model has been restored. If you didn't want this, blame all the people who did:
-
Lotosmon, Mastemon, Chronomon(Holy Mode), ExoGrimmon, GoldNumemon, HiAndromon, Imperialdramon(Dragon Mode) Black Imperialdramon(Dragon Mode), KingEtemon, KingWhamon, MetalEtemon, Piedmon, PlatinumNumemon, Pukumon, Puppetmon, SaberLeomon, Sakuyamon, Kuzuhamon, TigerVespamon, VenomMyotismon
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:7MB1HQHq:943OK2ca"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7MB1HQHq:943OK2ca"
}

