Tags
Creators
Details
3.11
Compatibility
Changes
3.11 Changelog:
Lots of much needed balance changes and bug fixes
Doubled Pyrite ore spawning rate (it's barely even used, no point making it annoying to find)
Nerfed Shadowlands Diamond Ore from 4 attempts per chunk to 3 (it was a little too easy to find in the huge caves)
Multiplied Ruby Cube and Golden Cube spawns by 3.3 (They were WAY too rare)
Nerfed Enhanced Ruby Sword drops from Ruby Cubes by half to make up for the buffed spawning
Buffed Void Armor Loot Block drops from 25% chance of dropping armor to 33% (average of 4 dungeons to get a whole set was too grindy)
Buffed Glowshroom Forest Treehouse spawning by 33%
Nerfed Doom Star Vex spawning from a 25% each time damage is taken with a max of 8 Vexes within 16 blocks of the Doom Star to 8 within 48 blocks and 10%
Added more information to the end of the item description for the Glowshroom Master Token, Toxic Spore and Corrupted Tablet (English localization only at the moment)
Added description to Stone Trader block, Redstone Bullets and Goo (English localization only at the moment)
Changed Cherry Wand, Deception Wand, Pastel Carver, Plague Sword and Glowshroom Master Token to have Uncommon rarity
Fixed Star Crystal Helmet not having Rare rarity
Fixed Doom Star Statue not dropping
Fixed Glowshroom Forest Treehouse Trader not spawning and tweaked the trades slightly
Fixed armor buffs not being translatable
Fixed Glowshroom Master armor not showing the set buff in description
Fixed the ror/items/can_mine_galactite and ror/items/acid_container mod compatibility tags being broken
Removed unused Brasswood Log localization entry
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:CP9uFCmE:D0XGr5Tm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CP9uFCmE:D0XGr5Tm"
}

