All versions
7.0.0-alpha-1
Alpha
Fabric-7.0.0-alpha-1+1.21.12 years ago 376
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
7.0.0-alpha-1
Initial alpha port to 1.21.1
There will be bugs. Back up your worlds before installing, and frequently while playing!
- No longer bundles Apugli or requires Pehkui - performance should be significantly better!
- Now Fabric only - when Origins Fabric is out of alpha and Sinytra Connector updates, I'll contribute to improving their compatibility wherever possible
- Valkyries now get extra Vanquisher points for slaying undead bosses
- High Elf's Glacial Step now increases level of Frost Walker
- Added a keybind "Tertiary Active" for pixie effects and the new revenant command power.
- "Golden Armor" now also includes gold-trimmed armor
- Revenants can now command their summons to "sit", or teleport all owned summons to them
- Revenants can now eat bones/heads even at full hunger
- Revenants are now limited to 5 summons of any type at a time
- Revenant summon kills now grant EXP and kill credit
- Revenant summons will now always drop any items you give them
- Revenant skeletons will now no longer be targeted by tamed wolves
- Revenant's combat summons now expire (5 minutes for zombies, 10 for skeletons, 30 for wither skeletons), added a duration bar
- Putrid Communion now increases the duration of combat summons
- Attributes of combat summons are now only determined by Soul Spell Power
- Fixed some death messages being untranslated
- Fixed a crash when a Valkyrie cleared multiple negative effects from another player at once
- Fixed spell damage powers crashing on dedicated servers if both Amethyst Imbuement and Mythic Upgrades were installed
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:3FJ8AhW0:u5LIMrTI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3FJ8AhW0:u5LIMrTI"
}


