Included content
| Name | |
|---|---|
![]() | farrow |
Immortal:
Astral Greathammer ↺
Nailcannon ▲
Overheat ↺
Dash & dodge ↺
Dodge ▲
Cannonball & Cannonball Launcher ↺
Thermal ↺
Flame burst ▲
Freeze ▼
Frost thorns ▼
Parry ▼
Ankle Guard ▲
Changed some weapons having access to kosmogliph
Conductive
Reduce ▼
Depending on the item, and it’s kosmogliphs, the speed penalty for using said item will be slightly different, but overall faster then usual. Here is a list of things and their values(per % of player speed, minecraft default is 20%)
If you have a kosmogliph that is removed, it will receive the “Empty” kosmogliph
This is a big balance change update with not much in terms of new content. However, please do trust me when I say there are a lot of plans to go forward. New weapons, new ideas, and new ways to shape combat in your favour.
There are still some problems with astral arsenal, including it being difficult to catch up to a player that is running away. Rectifying this is going to be tricky, but ideas are in the works. If you have any ideas, thoughts, or feelings about this mod, then please do reach out on discord in the #astral-arsenal channel in the Team Voided discord server. You can also get noitified for spoilers, releases, and more from me there.
Enjoy 3.0.0!!!
| Name | |
|---|---|
![]() | farrow |
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.
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:mt1fNBsN:pjeJh5aP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mt1fNBsN:pjeJh5aP"
}