All versions
1.31-1.20.1
Release
Book of Dragons 1.31-1.20.13 months ago 37.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
▬▬HOTFIX V1.31 ▬▬
CHANGELOG:
Changes and Additions:
- Brand new Book icon sprite and Model;
- Skrill gene set implemented, skrills now have the full genetic kit;
- Implemented custom Genetic Packs loader for player-made genetic addons!
Bugfixes:
- Fixed CameraMixin related crash causing conflicts with mods like Bosses Rise and other mods that accessed the CameraMixin methods through access transformers;
- Fixed dragon texture cache overloading at 64 dragons spawned and returning full black textures for dragons;
- Fixed resource pack reloading causing dragons to T-Pose and further causing NullPointer crashes;
- Fixed dragons sometimes flying in weird angles while AI controlled;
- Fixed Skrill wild-spawns incorrectly skipping the genotype generation;
- Fixed dragons called by the whistle sometimes not receiving the Follow command;
- Fixed dragons not being purged from the book upon death;
- Fixed fully bonded dragons names not displaying in a different color in the book;
- Fixed health boosting effect (like from Domestication Inovation) causing dragon health to rapidly deplete;
- Fixed small typo in the book.
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:fJee0CPJ:FMHtYIBA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fJee0CPJ:FMHtYIBA"
}

