Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
0.0.99+1.19.3
Alpha
PSWG 0.0.99-alpha-1.19.33 years ago 593
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Additions
- Merge new Crowdin translation updates for several languages
- Cooling blaster attachments now properly cool
- Added heat-reduction attachment functionality as a counterpart to cooling improvements
- Add attachment functionality for damage and range modification
- Added double-bladed Darth Maul lightsaber
- Added Dooku's lightsaber (untextured, WIP)
- Added Revan's lightsaber (untextured, WIP)
- Added Dume's lightsaber
- Added Kylo Ren's lightsaber
Changes
- Blasters can no longer aim down sights if dual wielding
- Blaster workbench "stat bars" now actually reflect the new and old blaster statistic comparisons
- Blaster workbench stat bars now have numerical tooltips
- Clarified "incompatible attachment" tooltip
- Update Jedi Bob hilt model and texture
Fixes
Internal Changes
- Minimum Fabric Loader version bumped to
0.14.13 - Minimum Fabric API version bumped to
0.73.0 - Blaster API attachment methods have new signature to allow addons to modify attachments of stock blasters
Optional dependencies
Unavailable version
Unavailable version
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:9rBI0wQz:6LP21zIp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9rBI0wQz:6LP21zIp"
}

