diff options
author | bombcar <github@bombcar.com> | 2021-11-26 15:42:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-26 15:42:05 -0600 |
commit | 7abed4ed651076f7c8a1338c0dc1dbca4c42247f (patch) | |
tree | 9f9e9ca561ca52278fd3aac20864032834a5f725 /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi | |
parent | bd52195d37d390a23646272bd7bed1b5f6fa92e6 (diff) | |
parent | e281c58ad59f5ee120655120d56551d0f600c166 (diff) | |
download | GT5-Unofficial-7abed4ed651076f7c8a1338c0dc1dbca4c42247f.tar.gz GT5-Unofficial-7abed4ed651076f7c8a1338c0dc1dbca4c42247f.tar.bz2 GT5-Unofficial-7abed4ed651076f7c8a1338c0dc1dbca4c42247f.zip |
Merge branch 'GTNewHorizons:master' into master
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java index 4d190ea884..c71e4fdc62 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_FrothFlotationCell.java @@ -23,7 +23,7 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity; import gregtech.api.objects.GT_RenderedTexture; import gregtech.api.util.GT_Recipe; import gregtech.api.util.GT_Utility; -import gregtech.api.util.GTPP_Recipe;; +import gregtech.api.util.GTPP_Recipe; import gtPlusPlus.core.block.ModBlocks; import gtPlusPlus.xmod.gregtech.api.metatileentity.implementations.base.GregtechMeta_MultiBlockBase; import gtPlusPlus.xmod.gregtech.common.blocks.textures.TexturesGtBlock; |