Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 years ago
All versions
0.1.8
Alpha
Mystical Flames 0.1.83 years ago 6,115
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changelog:
- Added MidnightPony to credits
- Reverted back to old Gem model, and updated the animations for it
- Added Gem head carvings, in each wood type
- Updated all Gem Dragon animations
- Updated all Hydroptera animations
- Added decorative Gem Dragon heads in all wooden variants
- Updated Flight system, more smooth, and works a lot better now
- Fixed the bug where the Gem does not play the flight animation while someone else is flying it on a server
- Added Sleep Staff, will make Dragons sleep, playing the sleeping animation
- Added FuriadaNoite to the credits
- Ported from 1.18.1 to 1.18.2
- Redid Structure code, since it has been updated between versions, Gem and Puppet nests now spawn in all Taiga biomes due to the update
- Removed Ethan from Credits
- Removed the Puppet Egg, Nest, Pin, and Scale from the mod
- Added Dragon Flesh
- Added Red, Blue and Green Crystals
- Added Queen's Crown and Phoenix
- Implemented Phoenix Egg
- Implemented Queen's Crown Egg
- Added Hunter Sword
- Added Queen's Crown Nest
- Updated all Egg models
- Added Lycan Dragon
- Added Baby Dragons into the mod
- Added Phoenix Feather into the mod
- Updated Queen's Crown Texture
- Added More Dragon Scales
- Added Eternal Flame Egg
- Added Dramon Nest temporarily to the desert biome
- Added Kelptolux
- Fixed Seating Issue with the Queen's Crown and Phoenix
- Added Dramon
- Updated Flight System
- Fixed Flying-Walking Animation Bug, where Gem would play the Walking animations mid-air
- Transferred all Dragons to the new flight system
- Added Eternal Flame Dragon
- Added Deadlands Biome
- Added Rogu to the Credits
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:5ozMQEec:NLGtFbaM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5ozMQEec:NLGtFbaM"
}

