Search in sources :

Example 1 with CommandIncantation

use of com.witchworks.common.core.command.CommandIncantation in project Witchworks by Um-Mitternacht.

the class WitchWorks method start.

@EventHandler
public void start(FMLServerStartingEvent event) {
    ModCommands.init();
    event.registerServerCommand(new CommandIncantation());
}
Also used : CommandIncantation(com.witchworks.common.core.command.CommandIncantation) EventHandler(net.minecraftforge.fml.common.Mod.EventHandler)

Aggregations

CommandIncantation (com.witchworks.common.core.command.CommandIncantation)1 EventHandler (net.minecraftforge.fml.common.Mod.EventHandler)1