Created
July 6, 2014 07:24
-
-
Save EmmaEwert/8c51dae79e6215c0f5e3 to your computer and use it in GitHub Desktop.
This file contains 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
package net.elyon.chocolate; | |
import cpw.mods.fml.common.Mod; | |
@Mod(modid = Chocolate.MODID, version = Chocolate.VERSION) | |
public class Chocolate | |
{ | |
public static final String MODID = "chocolate"; | |
public static final String VERSION = "0.0.1"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment