Skip to content

Commit

Permalink
Add Galaxy Space's Light SpaceSuit to the spacesuit list (Suggested i…
Browse files Browse the repository at this point in the history
…n pull request 0e359bd)
  • Loading branch information
MJRLegends committed Apr 24, 2024
1 parent 28a6404 commit 751b573
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/com/mjr/extraplanets/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,11 @@ else if(JUPITER_CLOUDS_SPEED < 1)
"galaxyspace:space_suit_head:1",
"galaxyspace:space_suit_chest:1",
"galaxyspace:space_suit_legs:1",
"galaxyspace:space_suit_feet:1"
"galaxyspace:space_suit_feet:1",
"galaxyspace:space_suit_light_head:1",
"galaxyspace:space_suit_light_chest:1",
"galaxyspace:space_suit_light_legs:1",
"galaxyspace:space_suit_light_feet:1"

}, "Format: 'modID:item:tier' (tier = Space Suit Tier) | example: minecraft:iron_chestplate:4")
.getStringList();
Expand Down

0 comments on commit 751b573

Please sign in to comment.