From 381fbfb46339081f3cb270566b6eef15e5235638 Mon Sep 17 00:00:00 2001 From: drcrazy Date: Mon, 14 Jan 2019 14:04:22 +0300 Subject: [PATCH] Fix JEI info for sawmill energy usage. Some work for #1654 --- .../jei/industrialSawmill/IndustrialSawmillRecipeWrapper.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/techreborn/compat/jei/industrialSawmill/IndustrialSawmillRecipeWrapper.java b/src/main/java/techreborn/compat/jei/industrialSawmill/IndustrialSawmillRecipeWrapper.java index 821090780..bb91acc8f 100644 --- a/src/main/java/techreborn/compat/jei/industrialSawmill/IndustrialSawmillRecipeWrapper.java +++ b/src/main/java/techreborn/compat/jei/industrialSawmill/IndustrialSawmillRecipeWrapper.java @@ -33,6 +33,7 @@ import mezz.jei.api.ingredients.VanillaTypes; import net.minecraft.client.Minecraft; import net.minecraft.util.ResourceLocation; import net.minecraftforge.fluids.FluidStack; +import reborncore.common.powerSystem.PowerSystem; import techreborn.api.recipe.machines.IndustrialSawmillRecipe; import techreborn.compat.jei.BaseRecipeWrapper; @@ -90,7 +91,7 @@ public class IndustrialSawmillRecipeWrapper extends BaseRecipeWrapper