Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
1.3.0
Release
AstralSwords Lite 1.3.0last month 1,100
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Paper
Purpur
Changes
AstralSwords v1.3.0 — Nine-Sword Ability Overhaul
Release Date: August 27, 2026
Summary
The nine-sword roster now has clearer combat identities, expanded passive abilities, stronger storage protection, and reliable cooldown controls.
Changes
- Nine-Sword Roster — Dragon's Wrath and Shadowbane have been removed. Servers using their recipes or configuration entries should remove those references.
- Skyfall Blade Reworked — Launch from the ground, boost while airborne, and trigger a velocity-scaled blast on landing while remaining immune to fall damage.
- Soul Reaver Expanded — Soul Harvest damages nearby enemies and converts the harvest into healing, while weapon hits retain their lifesteal effect.
- New Combat Passives — Warden's Oath gains Echo Sense, Eclipse Blade gains Lunar Edge damage in darkness, Venom Edge poisons on hit, and Power House gains stronger falling smash attacks.
- Hold-Based Eclipse Stealth — Eclipse Blade hides its wielder only while held in the main hand, with no timed invisibility effect.
- Decorated Pot Protection — Astral Swords can no longer be inserted into decorated pots alongside the existing container, hopper, frame, shelf, bundle, and anvil protections.
- Cooldown Toggle Fixed —
/aswords cooldownimmediately clears active ability cooldowns and their displays. No new cooldowns are created until cooldowns are re-enabled.
Compatibility
- Paper 1.21.x on Java 21
- Paper 26.x on Java 25
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:bqBp9WRo:Mvpt5vIm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bqBp9WRo:Mvpt5vIm"
}

