Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
1.5.1
Release
Majrusz's Accessories 1.5.13 years ago 460
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- reworked Gambling Card effect
- reworked Metal Lure effect
- increased Metal Lure drop chance from 1% to 1.5%
- increased sleeping effects count from 1 to 1.2 for Household Rune
- increased extra potion amplifier from 1 to 1.2 for Household Rune
- increased extra potion amplifier from 1 to 1.4 for Soul of Minecraft
- increased compatibility for Ancient Scarab with suspicious sand/gravel from other mods
- decreased fishing luck bonus from 3 to 2.5 for Angler Trophy
- decreased fishing luck bonus from 3.5 to 3 for Angler Rune
- decreased fishing luck bonus from 4 to 3.5 for Soul of Minecraft
- decreased sleeping effects count from 2 to 1.5 for Soul of Minecraft
- changed Dream Catcher bonus from an integer to a floating point number
- changed Secret Ingredient bonus from an integer to a floating point number
- fixed bug with 60% efficiency bonus being much harder to obtain when combining accessories (reported by @Ladocterus)
Optional dependencies
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:xB4QXFJC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6roN0iTa:xB4QXFJC"
}



