Removed forestry version checker, will try fix again later
This commit is contained in:
parent
48c52bd79d
commit
d490d00ab0
1 changed files with 0 additions and 6 deletions
|
@ -19,10 +19,8 @@ import net.minecraftforge.oredict.OreDictionary;
|
||||||
import techreborn.api.fuel.FluidPowerManager;
|
import techreborn.api.fuel.FluidPowerManager;
|
||||||
import techreborn.api.recipe.RecipeHandler;
|
import techreborn.api.recipe.RecipeHandler;
|
||||||
import techreborn.api.recipe.machines.IndustrialSawmillRecipe;
|
import techreborn.api.recipe.machines.IndustrialSawmillRecipe;
|
||||||
import techreborn.compat.CompatManager;
|
|
||||||
import techreborn.compat.ICompatModule;
|
import techreborn.compat.ICompatModule;
|
||||||
import techreborn.config.ConfigTechReborn;
|
import techreborn.config.ConfigTechReborn;
|
||||||
import techreborn.util.LogHelper;
|
|
||||||
|
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
@ -30,10 +28,6 @@ import java.util.Map;
|
||||||
public class RecipesForestry implements ICompatModule {
|
public class RecipesForestry implements ICompatModule {
|
||||||
@Override
|
@Override
|
||||||
public void preInit(FMLPreInitializationEvent event) {
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
if(!Version.VERSION.split(".")[0].equals("4")){
|
|
||||||
CompatManager.INSTANCE.compatModules.remove(this);
|
|
||||||
LogHelper.error("Disabled forestry integration because you are not using forestry version 4!");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue