All versions
2.0.1
Release
Volcanic Dragon Origin (2.0.1) [Mod] for 1.20+2 years ago 21.5K
Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
📜Volcanic Dragon Origin 2.0.1 - Changelog
🐞 Bug Fixes 🐞
- Steam Vulnerability: Fixed effects not displaying properly for version 1.20.1 below, now will render properly.
- Water Allergy: Fixed effects not displaying properly for version 1.20.1 below, now will render properly.
- Magma Diet: Changes implmented to make the diet work for version 1.20.1 and up.
✏️ Important Note ✏️
- Apugli Dependency: I'd like to clarify that the two versions (2.0.0 and 2.0.1) are entirely identical in terms of behavior, function, and performance, with this update primarily focused on backward compatibility. This release is a response to numerous requests I've received. The only significant modification addresses the issue with effects displays and the diet feature, which now functions correctly. To fully utilize the diet power, Apugli is a necessary dependency. My decision to integrate Apugli rather than basing it on an Origin power was driven by a desire to maintain the immersive experience and high-quality animations present in the latest Origins update. As Apugli was the architect behind the power type currently employed by Origins, it serves as a perfect substitute, ensuring the preservation of all functionalities and behaviors from the original version of this Origin without any compromise.
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:xayzFXUU:oZ3JvZVM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xayzFXUU:oZ3JvZVM"
}

