Tags
Creators
Details
2.3.17.321
Compatibility
Required content
Changes
######## 2.3.17.321 (hotfix) ########
-Fixed breaking change to Fusion Crafting API. (fixed crash with Solar Flux Reborn)
######## 2.3.16.319 ########
-Moved Json recipe loading top post init to ensure all recipes added by DE and other mods are loaded before the json is parsed.
-Added ability to turn off the basic generator with a redstone signal.
-Added AE2 Spacial IO Compat.
-Added auto feed function to Draconic Helmet
-Added long support for custom fusion recipe energy cost.
-Fixed tools ant armor loosing power/upgrades when upgraded from Wyvern to Draconic.
-Hopefully fixed gravestones spawning when the player is saved by DE's last stand effect.
-Attempted to fix a crash when crystals are mined with oreexcavation.
-Fixed broken arrow death message.
-Fixed buggy FOV warping applied by leggings speed effect.
-Added option to leggings to completely disable FOV warping.
-Fixed some bugs with bound portals.
-Bound portals now deactivate temporarily (client side only) on arrival to avoid disorienting the player.
-Fixed chat never ending spam from bound portal when destination can not be found.
-Fixed bound dislocators allowing teleportation to an inactive destination portal.
-Added "auto assemble" feature to Energy Core.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Draconic-Evolution-1.12.2-2.3.17.321-deobf.jar | Unknown | 5.34 MiB |
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:nBqivi8H:YOvmWRGF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nBqivi8H:YOvmWRGF"
}

