Created
November 15, 2015 14:48
-
-
Save CraftedCart/651bc1908ac07bc90892 to your computer and use it in GitHub Desktop.
MC Forge: Reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final class Reference { | |
public static final String MOD_ID = "ID"; | |
public static final String MOD_NAME = "NAME"; | |
public static final String VERSION = "MCVer-ModVer"; | |
public static final String CLIENT_PROXY_CLASS = "io.github.craftedcart.ID.proxy.ClientProxy"; | |
public static final String SERVER_PROXY_CLASS = "io.github.craftedcart.ID.proxy.ServerProxy"; | |
public static final String GUI_FACTORY_CLASS = "io.github.craftedcart.ID.client.gui.GuiFactory"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment