Skip to content

Commit

Permalink
Spotless apply for branch fix/data-stick for #3513 (#3514)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub GTNH Actions <>
  • Loading branch information
github-actions[bot] authored and Glease committed Nov 18, 2024
1 parent a136728 commit 0847a5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/main/java/gregtech/api/util/GTRecipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,8 @@ public void setPersistentHash(int aPersistentHash) {
public ItemStack newDataStickForNEI(String aDisplayName) {
ItemStack dataStick = ItemList.Tool_DataStick.getWithName(1L, aDisplayName);
// we don't actually needs to set the recipe data here. no one will read the recipe data before a world load
// and before a world load id remap will happen and the recipe data will be finally set in the below reInit() method
// and before a world load id remap will happen and the recipe data will be finally set in the below
// reInit() method
// AssemblyLineUtils.setAssemblyLineRecipeOnDataStick(dataStick, this, false);
dataSticksForNEI.add(dataStick);
return dataStick;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/gregtech/api/util/GTRecipeConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import cpw.mods.fml.common.registry.GameRegistry;
import gregtech.api.enums.GTValues;
import gregtech.api.enums.ItemList;
import gregtech.api.enums.Materials;
import gregtech.api.enums.OrePrefixes;
import gregtech.api.enums.TierEU;
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/tectech/recipe/TTRecipeAdder.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

import cpw.mods.fml.common.registry.GameRegistry;
import gregtech.api.enums.GTValues;
import gregtech.api.enums.ItemList;
import gregtech.api.util.AssemblyLineUtils;
import gregtech.api.util.GTOreDictUnificator;
import gregtech.api.util.GTRecipe;
import gregtech.api.util.GTRecipe.RecipeAssemblyLine;
Expand Down

0 comments on commit 0847a5a

Please sign in to comment.