Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 4 months ago
All versions
1.7-1.20.1-fabric
Release
Truly-Modular-arsenal-fabric-1.7-1.20.12 years ago 2,147
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
v1.7 (1.20.1)
- added Sockets
- added generic Gem Socketables with
- Redstone applies speed 2 on hit
- Diamond applies resistance on hit and increases Durability
- Emerald gives fortune and luck
- Lapis gives Smiting Damage
- Amethyst applies poison and Glowing on hit
- added End Crystal Socket exploding on kill
- added Heart of the Sea Socket increases Swim speed and damage against Aquatic Mobs
- added Nether Star Socket to add Strength 2 on hit
- added Ender pearl Socket to add teleport block Effect called Spatial Interdiction
- added generic Gem Socketables with
- added Medium Gemstone Socket Guard
- added Dual Small Gemstone Socket Guard
- added Small Gemstone Socket Pomel
- added Hammer for 3x3 Mining
- added Lumber Axe for instant Tree cutting
- nerfed combos with Axe on the back
- added Bident Skin
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:p9vK4235"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V4LaId7f:p9vK4235"
}



