Advertisement
TechMage66

ReferenceMageTech

Feb 13th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.52 KB | None | 0 0
  1. package com.techmage.magetech.reference;
  2.  
  3. public class Reference
  4. {
  5.     public static final String MOD_ID = "MageTech";
  6.     public static final String MOD_NAME = "MageTech";
  7.     public static final String VERSION = "1.8.10-1.0";
  8.     public static final String CLIENT_PROXY_CLASS = "com.techmage.magetech.proxy.ClientProxy";
  9.     public static final String SERVER_PROXY_CLASS = "com.techmage.magetech.proxy.CommonProxy";
  10.     public static final String GUI_FACTORY_CLASS = "com.techmage.magetech.client.gui.GuiFactory";
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement