Finish porting commands
This commit is contained in:
parent
563b991800
commit
9f79565d56
10 changed files with 93 additions and 61 deletions
|
@ -8,6 +8,7 @@ import org.slf4j.Logger;
|
|||
|
||||
import com.mojang.logging.LogUtils;
|
||||
|
||||
import dev.zontreck.essentials.commands.CommandRegister;
|
||||
import dev.zontreck.essentials.homes.Homes;
|
||||
import dev.zontreck.essentials.homes.HomesProvider;
|
||||
import dev.zontreck.libzontreck.events.ProfileLoadedEvent;
|
||||
|
@ -33,6 +34,7 @@ public class AriasEssentials {
|
|||
IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus();
|
||||
|
||||
MinecraftForge.EVENT_BUS.register(this);
|
||||
MinecraftForge.EVENT_BUS.register(new CommandRegister());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue