Tags
Creators
Details
Licensed ARR
Published 4 months ago
All versions
0.1.4-1.21.1-fabric
Beta
0.1.4-1.21.1-fabric3 weeks ago 934
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
0.1.4 - 1.21.1
- Fixed wrong Upgrade Crystal for the Storyteller Armor Set
- Attempt to fix the issue with the Bard Sounds being played in the whole world
- lowered the volume of many spell SFX's
- Fix missing dependency in build gradle for Curseforge
- Fixed the issue for Troubadours Minuet & Astral Shooting spell description, where attribute modifiers showed -% values
- Re-Balance some Spell Power Values for the Bard-Weapons
- Again increase the Attribute Modifier of the Wanderer's Minuet Spell
- Nerfed Healing & Damage spell-power coefficient for the Bard's Weapon Skills
- Buffed the max effect amplifier & amplifier cap spell-power coefficient of Bard Weapon Skills
- This was done to shift the role of the Bard more towards the enchanter/buffer role
- Wardens Paean is now a instant cast spell
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:kL7Bjgmw:Ez1WfuZ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kL7Bjgmw:Ez1WfuZ4"
}






