Tags
Creators
Details
Licensed CC-BY-4.0
Published 2 years ago
Updated 7 months ago
All versions
1.5
Beta
Dranergize Dragon Origin 1.57 months ago 502
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
** Dranergize Dragon Origin v1.5 [Update] **
- Add deep sleep sleep animation tracking for support model
- Add Tacking back item mechanic (thank you to Davwyn for this idea) -- This mechanic is toggleable with extra menu, allow anyone can grab (sneaking + right click) and push (right click with item on hand when dragon have off hand empty) item on dragon off hand
- Add Tacking back item option (default is off)
- Fix lucky emerald sound effect do not correctly on target
- Fix ability error show on log
- Adjust volume of music, turn down start music and default combat music
** Model update to 2.4 **
- Make Support for Dranergize Origin version 1.5
- Update deep sleep animation support sync with origin 1.5
** For update exist model **
- file update relate to this update is "/script/DragonMain.lua"
** Model update to 2.5 **
- Fixed heal aura in first person mode
- Fixed Dracomech in first person mode
- Fixed sound loop for hyper beam when dead
- Fixed camera do not follow when teleport
- Fixed roll dash keep active when hold sprint key when high ping server
- Fixed first person shader light not display correctly for particle effect
** For update exist model **
- file update relate to this update "/script/DragonMain.lua"
- file update relate to this update "/script/CameraUtility.lua"
- file update relate to this update "/script/SoundUltility.lua"
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:FDZArn40:ThLA4xGc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FDZArn40:ThLA4xGc"
}


