@Override
public void doInit() {
super.doInit();
definitionEscritoire.register();
crashCallable = new ForestryModEnvWarningCallable();
RecipeSorter.register("forestry:shapedrecipecustom", ShapedRecipeCustom.class, RecipeSorter.Category.SHAPED, "before:minecraft:shaped");
}