From 5834a266fdf425ad56558db71691f9b3b0df5e31 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Tue, 17 Jan 2017 19:41:46 +1000 Subject: % Tried to improve the logic for the Tree Farmer, to support Forestry 4. % Moved COFH API related files. + Added a child mod, for misc handling. $$ Borrowed some code from MFR, to attempt forestry support. (Credit left, will re-do if I even get it working). --- src/Java/gtPlusPlus/core/item/general/RF2EU_Battery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/core/item') diff --git a/src/Java/gtPlusPlus/core/item/general/RF2EU_Battery.java b/src/Java/gtPlusPlus/core/item/general/RF2EU_Battery.java index 592b41b0e9..146af86302 100644 --- a/src/Java/gtPlusPlus/core/item/general/RF2EU_Battery.java +++ b/src/Java/gtPlusPlus/core/item/general/RF2EU_Battery.java @@ -8,7 +8,7 @@ import ic2.api.item.*; import java.util.List; -import api.cofh.energy.ItemEnergyContainer; +import cofh.energy.ItemEnergyContainer; import net.minecraft.client.Minecraft; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; -- cgit