Skip to content

Instantly share code, notes, and snippets.

@EmmaEwert
Created July 6, 2014 07:24
Show Gist options
  • Save EmmaEwert/8c51dae79e6215c0f5e3 to your computer and use it in GitHub Desktop.
Save EmmaEwert/8c51dae79e6215c0f5e3 to your computer and use it in GitHub Desktop.
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