//MapPalette.DEFAULT = (MapPalette) Spout.getFileSystem().getResource("mappalette://Vanilla/map/mapColorPalette.dat");
RecipeYaml.DEFAULT = getEngine().getFileSystem().getResource("recipe://Vanilla/recipes.yml");
VanillaRecipes.initialize();
//Commands
AnnotatedCommandExecutorFactory.create(new AdministrationCommands(this));
if (getEngine().debugMode()) {
AnnotatedCommandExecutorFactory.create(new TestCommands(this));
}