Move stuff over from OTEMod
This commit is contained in:
parent
fb71db187d
commit
f27c76f334
40 changed files with 2036 additions and 5 deletions
|
@ -0,0 +1,13 @@
|
|||
package dev.zontreck.essentials.commands;
|
||||
|
||||
import dev.zontreck.otemod.commands.homes.DelHomeCommand;
|
||||
import net.minecraftforge.event.RegisterCommandsEvent;
|
||||
import net.minecraftforge.eventbus.api.SubscribeEvent;
|
||||
|
||||
public class CommandRegister {
|
||||
@SubscribeEvent
|
||||
public void onCommandRegister(final RegisterCommandsEvent ev)
|
||||
{
|
||||
DelHomeCommand.register(ev);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue