Tags
Creators
Details
v0.4-1.0.0(Forge)
Compatibility
Changes
NOTICE:
Rename .jar to .zip
CHANGELOG:
-
You can now saddle dragons with the saddle item. Unsaddled dragons can be controlled by height only. The saddle will be dropped when the dragon transforms back into an egg.
-
Dragons are now hydrophobic and won't submerge in water.
-
Dragons won't take damage from their riders anymore.
-
You can now unmount from a flying dragon egg at any time.
-
Dragon eggs won't damage the terrain anymore. Dragons can now be hurt from all types of damage, including attacking each other.
-
The egg will now check if there's enough room for the dragon to spawn.
-
Holding another dragon egg while riding a dragon will now enable the noclip mode (an overlay similar to charged creepers will be visible).
-
Improved unmount positioning to avoid fall damage.
-
Projectiles and other damage sources are now registered correctly on all hitboxes.
-
Projectile collision detection is now disabled on the dragon when the rider is using the bow.
-
Turned off body particle effects (on request).
-
Optimized renderer even more.
-
Small animation updates.
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:Yd8aqaKC:9694Swkq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Yd8aqaKC:9694Swkq"
}

