Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
1.20.1-1.4.1
Release
Spartan Toolkit 1.20.1-1.4.12 years ago 10.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Updated to Spartan Weaponry 3.1.1
- Allows addon developers to define the order in which weapon traits are displayed in their weapons' tooltips
- BetterWeaponTrait now has an overridable getDescription method as a more intuitive and flexible alternative to SpartanAddon.getTraitDescriptions()
- Fix isEnabled checks being ignored by throwing weapon traits
- Translatable components of weapon trait descriptions are now generated from the traits' registry names instead of type names to allow for multiple levels of a trait type having different descriptions
- Traits that have multiple levels can now be registered automatically
- Stopped supporting roman numerals in trait registry names in favor of using the automated system with arabic numerals (this is also consistent with base Spartan Weaponry)
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:7R2BqYPs:7iQjAetZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7R2BqYPs:7iQjAetZ"
}

