Guest User

ModReference

a guest
Dec 26th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.48 KB | None | 0 0
  1. package com.happykiller.weightlimit.main;
  2.  
  3. public class ModReference {
  4.     public static final String MOD_ID = "wl";
  5.     public static final String MOD_NAME = "Weight Limit";
  6.     public static final String MOD_VERSION = "1.0.0";
  7.     public static final String MOD_RL = MOD_ID + ":";
  8.    
  9.     public static final String CLIENT_PROXY_CLASS = "com.happykiller.weightlimit.server.proxy.ClientProxy";
  10.     public static final String SERVER_PROXY_CLASS = "com.happykiller.weightlimit.server.proxy.CommonProxy";
  11. }
Add Comment
Please, Sign In to add comment