Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
0.0.101+1.19.4
Alpha
PSWG 0.0.101-alpha-1.19.43 years ago 191
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Additions
- Add shoretrooper armor
- Add shocktrooper armor
Changes
- Incremental updates to Tatooine world generation, testing new wordgen features and framework
- Large increase to blaster damage to account for damage falloff added in previous alphas
- Fixed armor incorrectly rendering arms
- New armor models and textures for:
- Stormtrooper
- Sandtrooper
- Deathtrooper
- Jumptrooper
- Scout Trooper
- Rebel X-Wing Pilot
- Imperial Pilot
- New model for Sandtrooper backpack
- New model for jumptrooper jetpack
- New sprite textures for all armor
Fixes
- Fix blaster_slug damage source name
- Fix red and blue colors swapped on character textures and blaster muzzle flashes
Localization
- Updated Canadian French translation
- Updated French translation
- Updated Brazilian Portuguese translation
- Updated Russian translation
Internal Changes
- Update to Gradle 8.0.2
- Update to Fabric Loader 0.14.19
- Update to Fabric API 0.77.0+1.19.4
- Update LambDynamicLights dependency to 2.3.0+1.19.4
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:feLOzF0C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9rBI0wQz:feLOzF0C"
}

