CCL dependency.
This commit is contained in:
parent
202c22f5ae
commit
a9efed5fdc
1 changed files with 1 additions and 6 deletions
|
@ -64,7 +64,7 @@ import java.lang.reflect.Field;
|
||||||
import java.lang.reflect.Modifier;
|
import java.lang.reflect.Modifier;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
@Mod(modid = "gregtech", name = "GregTech", version = "MC1.10.2", useMetadata = false, dependencies = "required-after:IC2; after:Forestry; after:PFAAGeologica; after:Thaumcraft; after:Railcraft; after:appliedenergistics2; after:ThermalExpansion; after:TwilightForest; after:harvestcraft; after:magicalcrops; after:BuildCraft|Transport; after:BuildCraft|Silicon; after:BuildCraft|Factory; after:BuildCraft|Energy; after:BuildCraft|Core; after:BuildCraft|Builders; after:GalacticraftCore; after:GalacticraftMars; after:GalacticraftPlanets; after:ThermalExpansion|Transport; after:ThermalExpansion|Energy; after:ThermalExpansion|Factory; after:RedPowerCore; after:RedPowerBase; after:RedPowerMachine; after:RedPowerCompat; after:RedPowerWiring; after:RedPowerLogic; after:RedPowerLighting; after:RedPowerWorld; after:RedPowerControl; after:UndergroundBiomes;")
|
@Mod(modid = "gregtech", name = "GregTech", version = "MC1.10.2", useMetadata = false, dependencies = "required-after:IC2; required-after:CodeChickenLib; after:Forestry; after:PFAAGeologica; after:Thaumcraft; after:Railcraft; after:appliedenergistics2; after:ThermalExpansion; after:TwilightForest; after:harvestcraft; after:magicalcrops; after:BuildCraft|Transport; after:BuildCraft|Silicon; after:BuildCraft|Factory; after:BuildCraft|Energy; after:BuildCraft|Core; after:BuildCraft|Builders; after:GalacticraftCore; after:GalacticraftMars; after:GalacticraftPlanets; after:ThermalExpansion|Transport; after:ThermalExpansion|Energy; after:ThermalExpansion|Factory; after:RedPowerCore; after:RedPowerBase; after:RedPowerMachine; after:RedPowerCompat; after:RedPowerWiring; after:RedPowerLogic; after:RedPowerLighting; after:RedPowerWorld; after:RedPowerControl; after:UndergroundBiomes;")
|
||||||
public class GT_Mod implements IGT_Mod {
|
public class GT_Mod implements IGT_Mod {
|
||||||
|
|
||||||
@Mod.Instance("gregtech")
|
@Mod.Instance("gregtech")
|
||||||
|
@ -81,11 +81,6 @@ public class GT_Mod implements IGT_Mod {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Thread mainThread = Thread.currentThread();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
GT_Values.GT = this;
|
GT_Values.GT = this;
|
||||||
GT_Values.DW = new GT_DummyWorld();
|
GT_Values.DW = new GT_DummyWorld();
|
||||||
GT_Values.NW = new GT_PacketHandler();
|
GT_Values.NW = new GT_PacketHandler();
|
||||||
|
|
Loading…
Reference in a new issue