Skip to content

Commit

Permalink
Using constants from Integration class in Mod class.
Browse files Browse the repository at this point in the history
  • Loading branch information
halvors committed May 8, 2018
1 parent 7d9757d commit 717a25b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@Mod(modid = Reference.ID,
name = Reference.NAME,
version = Reference.VERSION,
dependencies = "after:mekanism",
dependencies = "after:" + Integration.BUILDCRAFT_CORE_ID + ";after:" + Integration.COFH_CORE_ID + ";after:" + Integration.MEKANISM_ID,
guiFactory = "org.halvors." + Reference.ID + ".client.gui.configuration.GuiConfiguationFactory")
public class NuclearPhysics {
// The instance of your mod that Forge uses.
Expand Down

0 comments on commit 717a25b

Please sign in to comment.