All versions
0.7.1
Release
Saint's Dragons 0.7.13 months ago 23.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Saint's Dragons - 0.7.1 - hotfix
lil bug fixing
Bug fixes/changes:
- Ignivorus default health bumped to 450
- Nerfed Stegonaut Binder's buffs
- Added a missing translation key for Stegonaut Binder
- Nerfed the life out of Varasuchus, no more solo-ing wild Ignivorus
- Fixed all dragons not landing attacks correctly
- Added missing Claw Attack damage config for Varasus
- Fixed Volitans' taming animations
- Volitans' health buffed to 160
- Albino Cindervane is now rare, with a 15% chance of spawning
- Removed some of Ivy's physic
- Fixed Volitans and Raevyx not being able to dodge in a fight with other mobs except players
- Applied the config for Volitans correctly
- Fixed Nulljaw spawning problem where there are a frick ton of them in the End
- Fixed Nulljaw spawning in the normal End and Overworld biomes instead of End Barrens only
- Fixed Nulljaw and player clipping through the ground
- Fixed Nulljaw's config not being applied
- Fixed EMI not showing recipes for potions
- Removed vanilla potions for Potion of Searing and Tideguard (for aesthetic reasons, you can't throw them anymore)
By the way, the old config won't be reverted, so delete ya config, people.
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:rjcsjwEU:l17TxJGT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rjcsjwEU:l17TxJGT"
}

