0.0.5
Compatibility
Changes
0.0.5 -
Release 0.0.5!
Here is the fifth release for this mod, Update 0.0.5! This big update brings:
New Features:
A New Use for Obsidian!
- Obsidian Shard that can be combined to form Obsidian Ingots
Some more recipes to make the following weapons!
- Backstabber
- Swift Striker
A list of all the new weapon materials:
- Obsidian Ingot
- Backstabber Hilt
- Backstabber Blade
- Swift Striker Hilt
- Swift Striker Blade
Brand new animated textures for the following unique rarity weapons:
- Encrusted Anchor
- Firebrand
- Highland Axe
- Swift Striker
- Battlestaff of Terror
- Growing Staff
- Mechanized Sawblade
Updated the wiki with all the information added in this update! This is where you can find all of the recipes/items added in this update! - https://dungeoncraft-odyssey.fandom.com/wiki/DungeonCraft_Odyssey_Wiki
Fixes / Changes:
- Readjusted the chances for Double Swing with Swift Striker (was 1/10 now 1/5)
I hope you enjoy this update and stay tuned for the next one!
- Cryst4l_Wolf
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:MzEPWsfk:5C53lbUY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MzEPWsfk:5C53lbUY"
}

