Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last week
All versions
4.0
Release
Dan's Lightsabers 1.20.1-4.07 months ago 1,490
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
4.0
[Added]
- Jedi. Has 3 variants (regular, desert, guardian). Spawns in Jedi Enclaves with a random lightsaber (random hilt and blade color). Attacks raiders and hostile mobs. Hostile towards Sith and players with the dark-side Force Adept effect. Does not despawn on Peaceful difficulty.
- Sith. Has 1 variant. Spawns with a random lightsaber (random hilt) during raids with a 15% chance; can sometimes be found at Pillager Outposts. Behavior is similar to raiders. Hostile towards Jedi and players who do not align themselves with the dark side of the Force. Drops a Sith Holocron on death with a 60% chance.
- Enclave Archive Block. Used as decoration in the updated Jedi Enclave structure.
- Enclave Terminal Block. Used as decoration in the updated Jedi Enclave structure.
[Improved]
- Improved the Jedi Enclave structure. Added training dummies from the _MmmMmmMmmMmm mod (optional). One room has been redesigned into a library. Jedi now spawn inside the structure.
- The Force ability “Grab” can no longer be used on other players if they have already used Grap on you.
[Fixed]
- [1.21.1] Fixed an issue where the lightsaber could not be toggled on/off using the keybind.
- [1.21.1] Fixed a damage blocking bug.
Optional dependencies
Any compatible version
Any compatible version
Any compatible 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:TI5nnfvK:NSKPQbs4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TI5nnfvK:NSKPQbs4"
}

