package sourcecoded.quantum.api.injection;
/**
* Various data about Injections for the mod.
* Keep in mind these values may change, so don't
* cache them.
*
* @author SourceCoded
*/
public class InjectionConstants {
public static int INJECTION_STANDARD_BLOCK = 15000;
public static int INJECTION_STANDARD_MACHINE = 50000;
public static int INJECTION_STANDARD_ITEM = 7500;
}