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());
}
Aggregations