Skip to content

Commit

Permalink
Fix GT integration not working
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune committed Feb 23, 2025
1 parent 8274715 commit b065958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/li/cil/oc/integration/Mods.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object Mods {
val Forestry = new SimpleMod(IDs.Forestry, version = "@[4.0,)")
val ForgeMultipart = new SimpleMod(IDs.ForgeMultipart)
val Galacticraft = new SimpleMod(IDs.Galacticraft)
val GregTech = new ClassBasedMod(IDs.GregTech, "gregtech.api.GregTech_API")
val GregTech = new ClassBasedMod(IDs.GregTech, "gregtech.api.GregTechAPI")
val IndustrialCraft2 = new SimpleMod(IDs.IndustrialCraft2)
val IndustrialCraft2Classic = new SimpleMod(IDs.IndustrialCraft2Classic)
val IngameWiki = new SimpleMod(IDs.IngameWiki, version = "@[1.1.3,)")
Expand Down

0 comments on commit b065958

Please sign in to comment.