Advertisement
TastyCake-Minecraft

Reference.java

Oct 24th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. package com.tastycake.lebigboss;
  2.  
  3. public class Reference
  4. {
  5.     //Mod Info
  6.     public static final String MODID = "lbb";
  7.     public static final String NAME = "Le Big Boss";
  8.     public static final String VERSION = "1.0-EXPERIMENTAL";
  9.  
  10.     //Proxies
  11.     public static final String SERVER_PROXY_CLASS = "com.tastycake.lebigboss.proxy.CommonProxy";
  12.     public static final String CLIENT_PROXY_CLASS = "com.tastycake.lebigboss.proxy.ClientProxy";
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement