提交
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package thaumicenergistics.common.integration.appeng;
|
||||
import org.slf4j.Logger; import org.slf4j.LoggerFactory;
|
||||
public final class ThEAppliedEnergistics {
|
||||
private static final Logger LOG = LoggerFactory.getLogger("ThE-AE2");
|
||||
private ThEAppliedEnergistics() {}
|
||||
public static void init() { LOG.info("ThaumicEnergistics AE2 integration stub loaded."); }
|
||||
}
|
||||
Reference in New Issue
Block a user