From 2eac072a9219e0afd9d9820947c5285d06d4f432 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Thu, 8 Jun 2017 11:13:01 +0100 Subject: [PATCH] Update to fix compile issues with new JEI api --- .../jei/alloySmelter/AlloySmelterRecipeCategory.java | 6 ++++++ .../AssemblingMachineRecipeCategory.java | 6 ++++++ .../jei/blastFurnace/BlastFurnaceRecipeCategory.java | 6 ++++++ .../jei/centrifuge/CentrifugeRecipeCategory.java | 6 ++++++ .../ChemicalReactorRecipeCategory.java | 6 ++++++ .../jei/compressor/CompressorRecipeCategory.java | 7 ++++++- .../compat/jei/extractor/ExtractorRecipeCategory.java | 6 ++++++ .../fusionReactor/FusionReactorRecipeCategory.java | 6 ++++++ .../fluid/FluidGeneratorRecipeCategory.java | 6 ++++++ .../compat/jei/grinder/GrinderRecipeCategory.java | 5 +++++ .../ImplosionCompressorRecipeCategory.java | 6 ++++++ .../IndustrialElectrolyzerRecipeCategory.java | 6 ++++++ .../IndustrialGrinderRecipeCategory.java | 7 ++++++- .../IndustrialSawmillRecipeCategory.java | 11 ++++++++--- .../rollingMachine/RollingMachineRecipeCategory.java | 6 ++++++ .../compat/jei/scrapbox/ScrapboxRecipeCategory.java | 6 ++++++ .../vacuumFreezer/VacuumFreezerRecipeCategory.java | 6 ++++++ 17 files changed, 103 insertions(+), 5 deletions(-) diff --git a/src/main/java/techreborn/compat/jei/alloySmelter/AlloySmelterRecipeCategory.java b/src/main/java/techreborn/compat/jei/alloySmelter/AlloySmelterRecipeCategory.java index 7000cd6f9..808d1a8c3 100644 --- a/src/main/java/techreborn/compat/jei/alloySmelter/AlloySmelterRecipeCategory.java +++ b/src/main/java/techreborn/compat/jei/alloySmelter/AlloySmelterRecipeCategory.java @@ -33,6 +33,7 @@ import net.minecraft.util.text.translation.I18n; import techreborn.client.gui.GuiAlloySmelter; import techreborn.compat.jei.RecipeCategoryUids; import techreborn.compat.jei.RecipeUtil; +import techreborn.lib.ModInfo; import javax.annotation.Nonnull; @@ -52,6 +53,11 @@ public class AlloySmelterRecipeCategory extends BlankRecipeCategory { public static ResourceLocation texture = new ResourceLocation("techreborn", "textures/gui/jei_fluid_generator.png"); @@ -59,6 +60,11 @@ public class FluidGeneratorRecipeCategory extends BlankRecipeCategory { private final String title; @@ -57,6 +57,11 @@ public class IndustrialSawmillRecipeCategory extends BlankRecipeCategory