Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
1.4.0
Release
Majrusz's Accessories 1.4.03 years ago 723
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- added new item type
Card, which applies one time effect on accessories - added Gambling Card
- added Reverse Card
- added Removal Card
- added new advancement for 69% efficiency bonus
- added 25% chance for Swimmer Guide to spawn in buried treasures (suggested by @Ladocterus)
- added Haste and Strength effects to Dream Catcher
- removed Jadeite
- reworked Wandering Trader trades for accessories and boosters
- updated Chinese translation (thanks to @Fiocher)
- increased Tamed Potato Bettle drop chances from 0.2%/0.5% to 0.25%/0.5%
- increased Lucky Ruck drop chance from 0.05% to 0.075%
- decreased Secret Ingredient drop chance from 3.34% to 2%
- optimized accessory checks
- fixed compatibility crash with MineColonies (reported by @Ryus Lightworks)
- fixed bug with Onyx not granting advancement
- fixed bug with current loot bonus displaying invalid value
- fixed bug with Secret Ingredient not working properly with Splash Potions and Lingering Potions
- fixed bug with Certificate of Taming bonuses not being applied on children of boosted animals
- fixed bug with Metal Lure extra items only being fishes
- fixed compatibility issue with accessories having range bonus after using crafting table
Optional dependencies
Any compatible version
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:6roN0iTa:EYwVliRm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6roN0iTa:EYwVliRm"
}

