diff options
author | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-27 02:26:03 +1000 |
---|---|---|
committer | Jordan Byrne <draknyte1@hotmail.com> | 2018-02-27 02:26:03 +1000 |
commit | 47a2ec5babcab6c42d9c74370aca260838a25401 (patch) | |
tree | 92a60e873ee23dfca9ce78258e4fef5f9dec1524 /src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java | |
parent | 04210cce5ade5d59182efbe340fa89a9e7ff678d (diff) | |
download | GT5-Unofficial-47a2ec5babcab6c42d9c74370aca260838a25401.tar.gz GT5-Unofficial-47a2ec5babcab6c42d9c74370aca260838a25401.tar.bz2 GT5-Unofficial-47a2ec5babcab6c42d9c74370aca260838a25401.zip |
$ Organized imports.
$ FindBugs fixes.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java index 6c54fb816b..85b87b1d13 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Plates.java @@ -1,12 +1,14 @@ package gtPlusPlus.xmod.gregtech.loaders; +import net.minecraft.item.ItemStack; + import gregtech.api.GregTech_API; import gregtech.api.enums.GT_Values; import gregtech.api.enums.ItemList; import gregtech.api.util.GT_Recipe; + import gtPlusPlus.api.objects.Logger; import gtPlusPlus.core.material.Material; -import net.minecraft.item.ItemStack; public class RecipeGen_Plates implements Runnable{ |