Skip to content

Commit

Permalink
Added gangue singularity (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
FourIsTheNumber authored Aug 30, 2024
1 parent b902c6b commit 52f58ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,15 @@ public CommonProxy() {
62,
0x3dadada,
0x555555,
false),
new UniversalSingularityWrapper(
"gangue",
"blockGangue",
444444,
0x383838,
0x5A3E25,
false))),

// Big Reactors Singularities
new UniversalSingularity(
"bigReactors",
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/uiesingularities/lang/en_US.lang
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ item.universalSingularities.general.plutonium.name=Plutonium Singularity
item.universalSingularities.general.desh.name=Desh Singularity
item.universalSingularities.general.meteoricIron.name=Meteoric Iron Singularity
item.universalSingularities.general.europium.name=Europium Singularity
item.universalSingularities.general.gangue.name=Gangue Singularity
//General

//Big Reactors
Expand Down

0 comments on commit 52f58ad

Please sign in to comment.