12 lines
527 B
Java
Executable File
12 lines
527 B
Java
Executable File
package com.crazycrafter642.accelerometerrender.util;
|
|
|
|
public class Reference
|
|
{
|
|
public static final String MOD_ID = "accelerometer_render";
|
|
public final static String NAME = "Accelerometer Render";
|
|
public final static String VERSION = "1.0";
|
|
public final static String ACCEPTED_VERSIONS = "[1.12.2]";
|
|
public final static String CLIENT_PROXY_CLASS = "com.crazycrafter642.accelerometerrender.proxy.ClientProxy";
|
|
public final static String SERVER_PROXY_CLASS = "com.crazycrafter642.accelerometerrender.proxy.ServerProxy";
|
|
}
|