Tags
Creators
Details
fabric-1.21.1-alpha-1.0.1
Compatibility
Required content
Changes
WHAT'S WITH THE PROJECT NOW
Hello my friends, it's been a long time since I've touched this project, huh. Previously, this project was written in an algorithmic language, after which it was COMPLETELY rewritten by me. some of the old features are still missing, but they will appear. So now I'll tell you a little about fashion from scratch ;)
WHAT IS IN FASHION NOW
- the command to change sides of the force. According to Devault 0, 1 - Jedi, 2 - grey Jedi, 3 - Sith
/SWPTFchangeForceSide <force_side>
- a command to change the parts of a lightsaber, so far only the blade can be changed, for example blade_ + color (blade_blue). list of all available colors: {blue, green, purple, yellow, cyan, magenta, indigo, orange, red, white}
/SWPTFsaberCustom blade blade_orange
- Telekinesis for entities
R
- pushing entities during telekinesis
Hold R
- moving entities closer and further away during telekinesis on the
mouse wheel + ctrl
- the beginning of the implementation of lightsabers (so far there is only one) and their customization!

Optional dependencies
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:FV6vWrMD:EIWEJ6De"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FV6vWrMD:EIWEJ6De"
}

