All versions
0.5.0+1.20.1
Release
Zephyr 0.5.0+1.20.12 years ago 44.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
0.5.0:
- Fixed startup crash
- Added new optional gems and affixes for More RPG Classes (thanks Fichte!)
- Effectively disabled the Shield Breaker test for Heavy Weapons if Better Combat is loaded (only determined by 1h vs. 2h)
- Remove unnecessary Porting Lib jar-in-jars
- Rewrote elemental affix filtering to be more compatible
0.4.2:
- Updated to support Zenith 1.2.1
0.4.1:
- Fixed mixin crash on Fabric
0.4.0:
Major Refactor, existing datapacks will break
(Again, sorry! Last one for the foreseeable future.)
- Updated for the latest Spell Power (0.10.0+)
- Removed
SPELL_WEAPONloot category, SpellWeapons will now be treated as their default, aSWORDorHEAVY_WEAPON - Elemental affixes can now be assigned to any weapon with matching spell power attributes, not just
STAFF. STAFFnow appropriately matches only two-handed staffs. Added aWANDloot category, similar toSTAFFbut One-handedSTAFF/WANDcategories are now primarily used for casting specific affixes.- Slightly modified a few default gem bonuses
- Fixed crash with Jewelry and Apotheosis
- Migrated from Projectile Damage to Ranged Weapon API (Zenith will still need to make this change to see full compatibility)
0.3.0:
Major affix/gem refactor, existing datapacks will break
- Removed elemental loot categories, instead separating by STAFF or SPELL_WEAPON
- Elemental affixes will now sort automatically depending on which spell power attributes are present on gear
- Added new gems for Soul and Lightning spell power
- Changed default elemental affixes to addition instead of multiply (looks nicer in tooltips)
- Made Jewelry and Better Combat optional
0.2.1:
- Fix descriptions on Apotheosis
- Fix apotheosis datapack using some invalid attributes
0.2.0
- Add Telepathic Affix to all magic weapons (Mob drops will teleport to you)
- Add compatibility with Apotheosis via Sinytra Connector (You'll need to add "apotheosis": "zenith" under globalModAliases in the connector.json config)
- Specify requiring better combat
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:14bALK1y:f9CKJhXU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:14bALK1y:f9CKJhXU"
}

