Skip to content

Commit

Permalink
Allow searching reactor to see all fission components
Browse files Browse the repository at this point in the history
  • Loading branch information
pupnewfster committed Jul 27, 2024
1 parent c4b1959 commit e3a4287
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public enum GeneratorsAliases implements IAliasedTranslation {
GBG_ETHYLENE("gbg.ethylene", "Ethylene Generator"),
GBG_ETHENE("gbg.ethene", "Ethene Generator"),
//Multiblock
FISSION_COMPONENT("multiblock.fission", "Fission Multiblock Component"),
FUSION_COMPONENT("multiblock.fusion", "Fusion Multiblock Component"),
FISSION_COMPONENT("multiblock.fission", "Fission Reactor Multiblock Component"),
FUSION_COMPONENT("multiblock.fusion", "Fusion Reactor Multiblock Component"),
TURBINE_COMPONENT("multiblock.turbine", "Turbine Multiblock Component"),
;

Expand Down

0 comments on commit e3a4287

Please sign in to comment.