Examples of ForestryModEnvWarningCallable


Examples of forestry.core.utils.ForestryModEnvWarningCallable

  @Override
  public void doInit() {
    super.doInit();

    definitionEscritoire.register();
    crashCallable = new ForestryModEnvWarningCallable();

    RecipeSorter.register("forestry:shapedrecipecustom", ShapedRecipeCustom.class, RecipeSorter.Category.SHAPED, "before:minecraft:shaped");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.