Guest User

Untitled

a guest
Aug 7th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. package com.jack.jackmod.reference;
  2.  
  3. public class Reference {
  4.  
  5. public static final String MOD_ID = "JackMod";
  6. public static final String MOD_NAME = "Jack's Mod";
  7. public static final String MOD_VERSION = "1.7.2-1.0";
  8. public static final String CLIENT_PROXY_CLASS = "com.jack.jackmod.proxy.ClientProxy";
  9. public static final String SERVER_PROXY_CLASS = "com.jack.jackmod.proxy.ServerProxy";
  10.  
  11. public static final String GUI_FACTORY_CLASS = "com.jack.jacksmod.client.gui.GuiFactory";
  12. }
Advertisement
Add Comment
Please, Sign In to add comment