Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
All versions
1.8-1.20.1-fabric
Release
Truly-Modular-arsenal-arsenal-fabric-1.8-1.20.12 years ago 1,068
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
v1.8 (1.20.1)
- de-cluttered by introducing a Tool-Adapter module to separate tool and Blade Modules
- fixed hammer to have Pickaxe Break level instead of Axe Breaking level
- changed Heart of the Sea to Conduit material instead and gave it custom Conduit renderer
- changed Nether-Star to use Nemesis Property
- added range to amethyst
- changed Quartz to a small amount of Critical Damage
- added handheld item (knuckles, tonfa, katar and gloves)
- adjusted Twin Blade behaviour to have a have custom name and ItemID
- added zh_cn localization
- fixed negative axe dmg bug
- added Pride Month Rainbow Cosmetics
- added seasonal cosmetics
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:V4LaId7f:D8mm8yw1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V4LaId7f:D8mm8yw1"
}



