
Advanced Ender Dragon
Addressing the issue that most existing Minecraft mods rely on "adding powerful new mobs" or "modifying vanilla values to be overpowered," resulting in simplistic gameplay and limited replayability, this mod innovatively adopts a "mechanic overhaul" approa
Links
Tags
Creators
Details
1.1.0
Compatibility
Changes
Update Log
This update includes the following changes:
1. Weakened the boss and adjusted the health regeneration mechanic to be more reasonable. 2. Fixed the issue where the End Crystal spawns at the coordinate origin instead of on the Obsidian Pillar when regenerating. 3. Fixed the issue where the Ender Dragon’s state gets lost if the server is shut down after the client disconnects and then restarted. 4. Fixed the issue where the Ender Dragon phases into blocks without entity collision during Phase 2.
This update ensures that the Ender Dragon is defeatable, and we have also added new features:
1. Added a variety of skills. There are almost no one-hit KO moves, but instead many interesting traits. 2. Fixed the health bar display style to make it simple and easy to read.
Summary: Greatly enhanced the playability and fun of the game, reduced the difficulty while still maintaining a good level of challenge.
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:2gb1GABm:lPlYolhQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2gb1GABm:lPlYolhQ"
}
