Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
0.0.106+1.19.4
Alpha
PSWG 0.0.106-alpha-1.19.43 years ago 431
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Additions
- Add new species to the character customizer:
- Duros
- Devaronians
- Gotals
- Rodians
- Gran
- Ongree
- Added lang entries for blaster bolt entities
- Sparks now shoot from the barrels of the Jawa ion blaster and CA-87
Changes
- Convert lightsabers to unique items
- Like blasters, each lightsaber has its own unique ID now (e.g.
pswg:lightsaber_luke_rotj)
- Like blasters, each lightsaber has its own unique ID now (e.g.
- Blasters fired in 3rd person now actually look like they're coming from the blaster
- Blaster bolts now appear to fire from the blaster's barrel instead of your face
- Ion bolts no longer leave a trail of sparks
Fixes
- Fix lang entry for QT-KT
- Fix bolt source arm for ion blasters
Internal Changes
- Convert dynamic textures to sha256 hashes from int64
- Start work on a no-code addon creation toolkit
- Like MCreator, but for addons
- More information coming soon
Localization
- Update translations into:
- French
- Italian
- Japanese
- Russian
- Brazilian Portuguese
- Canadian French
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:E0n3lM2B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9rBI0wQz:E0n3lM2B"
}

