0.2.0
Compatibility
Required content
Changes
Armor and Weapon Changes
Added the following armors:
- Splendid Robe
- Ember Robe
- Verdant Robe
Renamed/fixed the Evocation Robes being called 'Evocation Robe Chestplate' & 'Evocation Robe Helmet' to 'Evocation Robes' and "Evocation Hat' respectfully.
Added crafting recipes for the Evocation and Battle Robe sets.
Recipes that used Poisonous potatoes now use spider eyes
Artifact Cooldowns/Damage and Experience Gathering perks are now handled by new attributes rather than checking for item tags.
Artifact Changes
Added the following artifacts:
- Soul Healer
- Wind Horn
- Gong of Weakening
Changed the rarity of the lightning rod artifact to rare
Trial Changes
Added 5 new room types to the Desert Trial
Updated the 'forked' room type to have loot tables in the decorated pots
Added 2 new music discs that can be found within the Desert Trial (replaces Creator from Ominous Vaults within Desert Trials)
Added Explorer maps for the Desert Trial (referred to as 'Desert Temple') can be found in Desert Pyramids.
Heavy Cores are no longer found within Desert Trials
Removed Golden Apples, Iron Blocks & Gold Blocks from the Desert Trial Rare Ominous loot table. This is so artifacts appear more often.
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:CtIuPeOi:1Rez5ffk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CtIuPeOi:1Rez5ffk"
}

