Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub GTNH Actions committed Jan 20, 2025
1 parent 4af2904 commit 280b985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/tconstruct/library/TConstructRegistry.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package tconstruct.library;

import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
Expand Down
7 changes: 5 additions & 2 deletions src/main/java/tconstruct/util/config/PHConstruct.java
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,11 @@ public static void initProps(File location) {
new String[] { "wanion.avaritiaddons.block.chest.infinity.TileEntityInfinityChest" })
.getStringList());

metalCastFluidTypeName = config.get("CrossmodInteractions", "Metal cast FluidType", "AluminumBrass", "For pack maintainers. Defines the LiquidType used to create metal casts.")
.getString();
metalCastFluidTypeName = config.get(
"CrossmodInteractions",
"Metal cast FluidType",
"AluminumBrass",
"For pack maintainers. Defines the LiquidType used to create metal casts.").getString();

/* Save the configuration file only if it has changed */
if (config.hasChanged()) config.save();
Expand Down

0 comments on commit 280b985

Please sign in to comment.