Skip to content

Commit

Permalink
Multiple lightsabers
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaHelios committed Nov 1, 2023
1 parent 407616c commit 6822648
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,11 @@ private static void registerLightsabers()
.bladeLength("blade_secondary_l", 0.15f)
.bladeLength("blade_secondary_r", 0.15f),
new LightsaberDescriptor(Resources.id("dume"), "Kanan Jarrus", ColorUtil.packHsv(0.62f, 1, 1), LightsaberBladeType.DEFAULT)
new LightsaberDescriptor(Resources.id("dume"), "Kanan Jarrus", ColorUtil.packHsv(0.62f, 1, 1), LightsaberBladeType.DEFAULT),
new LightsaberDescriptor(Resources.id("mace"), "Mace Windu", ColorUtil.packHsv(0.81f, 1, 1), LightsaberBladeType.DEFAULT),
new LightsaberDescriptor(Resources.id("shaagi"), "Sha'a Gi", ColorUtil.packHsv(0.33f, 1, 1), LightsaberBladeType.DEFAULT),
new LightsaberDescriptor(Resources.id("starkiller"), "Galen Marek", ColorUtil.packHsv(0.62f, 1, 1), LightsaberBladeType.DEFAULT),
new LightsaberDescriptor(Resources.id("yoda"), "Yoda", ColorUtil.packHsv(0.33f, 1, 1), LightsaberBladeType.DEFAULT).bladeLength("blade_primary", 0.5f)
);

if (FabricLoader.getInstance().isDevelopmentEnvironment())
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/models/sabers/maceSaber/mace.p3di

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/models/sabers/shaagiSaber/shaagi.p3di

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/models/sabers/starkillerSaber/starkiller.p3di

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/models/sabers/yodaSaber/yoda.p3di

Large diffs are not rendered by default.

0 comments on commit 6822648

Please sign in to comment.