Tags
Creators
Details
Licensed MIT
Published last year
Updated 5 months ago
All versions
v1.0.0+1.21.5
Release
v1.0.0+1.21.5 Scaled Dragon Fight - Initial Releaselast year 223
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Unavailable version
Changes
Changelog
v1.0.0+1.21.5 - Initial Release
This is the first official release of the Scaled Dragon Fight mod!
β¨ Added
- Dynamic Ender Dragon Health Scaling:
- The Ender Dragon's health now scales based on the number of eligible players in The End when it spawns.
- Configuration options:
baseDragonHealth: Set the dragon's base health.additionalHealthPerPlayer: Define how much extra health is added per player.scaleWithOnePlayer: Control if scaling applies from the very first player or starts with the second.countCreativeModePlayers: Option to include players in creative mode in the scaling calculation.enableBroadcast: Announce when a scaled dragon spawns.
- Initial Ender Dragon Spawn Delay:
- The very first spawn of the Ender Dragon in a new End dimension can now be delayed.
- Configuration options:
enableInitialSpawnDelay: Toggle this feature on or off.initialSpawnDelaySeconds: Set the duration of the delay.showSpawnDelayCountdown: Display an action bar countdown to players in The End during the delay.
- Configuration Management:
- All features are configurable via the
config/scaleddragonfight.propertiesfile. - Added
/scaleddragonfight reloadcommand (requires OP level 2) to reload the configuration in-game without a server restart.
- All features are configurable via the
- General Mod Control:
enableModconfiguration option to easily enable or disable all mod functionalities.
Full Changelog: https://github.com/ZephByte/ScaledDragonFight/compare/v1.0.0+1.21.5-SNAPSHOT...v1.0.0+1.21.5
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:3HbLTpGS:FG3oTVvJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3HbLTpGS:FG3oTVvJ"
}

