Skip to content

Commit

Permalink
Capitalize "Station" in Research Station (#3858)
Browse files Browse the repository at this point in the history
  • Loading branch information
FourIsTheNumber authored Jan 25, 2025
1 parent 34d1004 commit 21a7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tectech/loader/thing/MachineLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -2229,7 +2229,7 @@ public void run() {
Machine_Multi_DataBank
.set(new MTEDataBank(DataBank.ID, "multimachine.em.databank", "Data Bank").getStackForm(1L));
Machine_Multi_Research.set(
new MTEResearchStation(Researchstation.ID, "multimachine.em.research", "Research station")
new MTEResearchStation(Researchstation.ID, "multimachine.em.research", "Research Station")
.getStackForm(1L));
Machine_Multi_Infuser
.set(new MTEEnergyInfuser(EnergyInfuser.ID, "multimachine.em.infuser", "Energy Infuser").getStackForm(1));
Expand Down

0 comments on commit 21a7322

Please sign in to comment.