aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java')
-rw-r--r--src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java b/src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java
index 1f64eacb5c..49b048977e 100644
--- a/src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java
+++ b/src/main/java/gtPlusPlus/xmod/forestry/ForestryTreeHandler.java
@@ -11,7 +11,7 @@ import forestry.api.arboriculture.TreeManager;
import forestry.arboriculture.genetics.TreeDefinition;
import forestry.plugins.PluginArboriculture;
import gtPlusPlus.core.util.reflect.ReflectionUtils;
-import gtPlusPlus.xmod.gregtech.common.tileentities.machines.multi.production.GregtechMetaTileEntityTreeFarm;
+import gtPlusPlus.xmod.gregtech.common.tileentities.machines.multi.production.MTETreeFarm;
public class ForestryTreeHandler {
@@ -45,7 +45,7 @@ public class ForestryTreeHandler {
}
}
- GregtechMetaTileEntityTreeFarm.registerForestryTree(
+ MTETreeFarm.registerForestryTree(
speciesUID,
sapling == null ? null : sapling.copy(),
log == null ? null : log.copy(),
@@ -83,7 +83,7 @@ public class ForestryTreeHandler {
}
}
- GregtechMetaTileEntityTreeFarm.registerForestryTree(
+ MTETreeFarm.registerForestryTree(
speciesUID,
sapling == null ? null : sapling.copy(),
log == null ? null : log.copy(),