Package forestry.core.utils

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

Related Classes of forestry.core.utils.ForestryModEnvWarningCallable

Copyright © 2018 www.massapicom. 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.