Dragon Mounts Legacy: Dragon Breaths
This mod adds the ability for dragons in Minecraft to use fire breath with unique characteristics for each species.

Compatibility
The mod automatically works with all dragons from Dragon Mounts: Legacy and the Dragon Mounts Legacy: More Dragons addon.

Configuration via Datapacks
If you have your own addon for Dragon Mounts: Legacy, you can add unique breath for your dragons using datapacks.
Create a file with any name in JSON format at the path:
data/your_datapack/dragon_breaths
Example configuration:
{
"dragon": "dragonmounts:forest",
"color1": 1721356,
"color2": 1456650,
"setOnFire": false,
"breathEffects": [
{
"mobEffect": "minecraft:poison",
"duration": 100,
"amplifier": 1
}
]
}
Configuration parameters:
- dragon - dragon breed identifier
- color - breath color (can be obtained on specialized color websites)
- setOnFire - determines if the breath sets things on fire
- breathEffects - potion effects applied by the breath (can be empty)
