Added Registration.java
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.micle.loginprotection;
|
||||
|
||||
import com.micle.loginprotection.setup.Registration;
|
||||
import net.minecraftforge.common.MinecraftForge;
|
||||
import net.minecraftforge.fml.common.Mod;
|
||||
|
||||
@ -8,6 +9,8 @@ public class LoginProtection {
|
||||
public static final String MOD_ID = "loginprotection";
|
||||
|
||||
public LoginProtection() {
|
||||
Registration.register();
|
||||
|
||||
MinecraftForge.EVENT_BUS.register(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user