aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/nei/NEI_GT_Config.java
diff options
context:
space:
mode:
authorGlease <4586901+Glease@users.noreply.github.com>2020-10-25 03:41:12 +0800
committerGlease <4586901+Glease@users.noreply.github.com>2020-10-25 03:41:12 +0800
commit1683c8aa42e2cef678be65dade6b748125a11c06 (patch)
tree1936c2db18a3f0927beaeca7e88d4c793b426a13 /src/main/java/gregtech/nei/NEI_GT_Config.java
parent153ee9bf191586265d846c8f224e64f5fae0a18b (diff)
downloadGT5-Unofficial-1683c8aa42e2cef678be65dade6b748125a11c06.tar.gz
GT5-Unofficial-1683c8aa42e2cef678be65dade6b748125a11c06.tar.bz2
GT5-Unofficial-1683c8aa42e2cef678be65dade6b748125a11c06.zip
Organize import
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/nei/NEI_GT_Config.java')
-rw-r--r--src/main/java/gregtech/nei/NEI_GT_Config.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/nei/NEI_GT_Config.java b/src/main/java/gregtech/nei/NEI_GT_Config.java
index 8f6c0385b9..d1db906fd0 100644
--- a/src/main/java/gregtech/nei/NEI_GT_Config.java
+++ b/src/main/java/gregtech/nei/NEI_GT_Config.java
@@ -17,7 +17,7 @@ public class NEI_GT_Config
new GT_NEI_DefaultHandler(tMap);
}
}
- if(FMLCommonHandler.instance().getEffectiveSide().isClient()) {
+ if (FMLCommonHandler.instance().getEffectiveSide().isClient()) {
ALH = new GT_NEI_AssLineHandler(GT_Recipe.GT_Recipe_Map.sAssemblylineVisualRecipes);
codechicken.nei.api.API.addItemListEntry(ItemList.VOLUMETRIC_FLASK.get(1));
}