mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
check for gt_api class, to prevent crash when using GT6
GT6 still beeing NOT supported! This is just to prevent crashing!
This commit is contained in:
parent
91bf2c79c2
commit
419697a0c7
@ -40,7 +40,7 @@ object Mods {
|
||||
val Forestry = new SimpleMod(IDs.Forestry)
|
||||
val ForgeMultipart = new SimpleMod(IDs.ForgeMultipart)
|
||||
val Galacticraft = new SimpleMod(IDs.Galacticraft, providesPower = true)
|
||||
val GregTech = new SimpleMod(IDs.GregTech)
|
||||
val GregTech = new ClassBasedMod(IDs.GregTech,"gregtech.api.GregTech_API")()
|
||||
val IndustrialCraft2 = new SimpleMod(IDs.IndustrialCraft2, providesPower = true)
|
||||
val IndustrialCraft2Classic = new SimpleMod(IDs.IndustrialCraft2Classic, providesPower = true)
|
||||
val Mekanism = new SimpleMod(IDs.Mekanism, providesPower = true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user