Guest User

Reference.java

a guest
Apr 9th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. package com.tristanvo.mod;
  2.  
  3. public class Reference {
  4.  
  5.     public static final String MOD_ID = "moem";
  6.     public static final String MOD_NAME = "More of Everything Mod";
  7.     public static final String VERSION = "0.1 Beta";
  8. }
Add Comment
Please, Sign In to add comment