Advertisement
Guest User

Reference

a guest
Feb 23rd, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. public class Reference {
  2.     public static final String MOD_ID = "tm";
  3.     public static final String NAME = "Tutorial Mod";
  4.     public static final String VERSION = "1.0";
  5.     public static final String MC_VERSION = "[1.12.2]";
  6.  
  7.     public static final String CLIENT_PROXY_CLASS = "";
  8.     public static final String COMMON_PROXY_CLASS = "";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement