Skip to content

Instantly share code, notes, and snippets.

Created January 29, 2014 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/05f20fae2af843b60a50 to your computer and use it in GitHub Desktop.
Save anonymous/05f20fae2af843b60a50 to your computer and use it in GitHub Desktop.
public static final String modid = "mymodid";
public static Block blockBlock;
@EventHandler
public void preInit(FMLPreInitializationEvent event) {
blockBlock = new BlockBlock().func_149663_c("blockBlock").func_149658_d(modid + ":blockBlock");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment