14 lines
302 B
Java
14 lines
302 B
Java
package com.pahimar.ee3.emc;
|
|
|
|
import java.util.HashMap;
|
|
|
|
import com.pahimar.ee3.item.CustomWrappedStack;
|
|
|
|
public class EmcDefaultValues {
|
|
|
|
private static HashMap<CustomWrappedStack, EmcValue> defaultEmcValues = new HashMap<CustomWrappedStack, EmcValue>();
|
|
|
|
public static void init() {
|
|
|
|
}
|
|
}
|