Skip to content

Commit

Permalink
Merge branch 'content-lightsabers'
Browse files Browse the repository at this point in the history
  • Loading branch information
parzivail committed Nov 19, 2023
2 parents 603ad07 + 130a7b1 commit 39121e8
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 1 deletion.
11 changes: 10 additions & 1 deletion projects/pswg/src/main/java/com/parzivail/pswg/BaseContent.java
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,16 @@ private static void registerLightsabers()
.unstable()
.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),
new LightsaberDescriptor(Resources.id("ahsoka_cw"), "Ahsoka", ColorUtil.packHsv(0.33f, 1, 1), LightsaberBladeType.DEFAULT),
new LightsaberDescriptor(Resources.id("ahsoka_cw_shoto"), "Shoto Ahsoka", ColorUtil.packHsv(0.23f, 1, 1), LightsaberBladeType.DEFAULT).bladeLength("blade_primary", 0.5f),
new LightsaberDescriptor(Resources.id("ahsoka_rebel"), "Ahsoka", ColorUtil.packHsv(0.66f, 0, 0.66f), LightsaberBladeType.DEFAULT),
new LightsaberDescriptor(Resources.id("ahsoka_rebel_shoto"), "Shoto Ahsoka", ColorUtil.packHsv(0.66f, 0, 0.66f), LightsaberBladeType.DEFAULT).bladeLength("blade_primary", 0.75f)

);

if (FabricLoader.getInstance().isDevelopmentEnvironment())
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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/ahsokaCW/ahsokaCW.p3di

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/models/sabers/ahsokaRebel/ahsoka_rebel.p3di

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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 39121e8

Please sign in to comment.