Examples of FarmableFarmCraftory


Examples of forestry.farming.logic.FarmableFarmCraftory

          Proxies.log.info("FarmCraftory item '%s' could not be integrated.", str);
          Proxies.log.info(ex.getMessage());
        }

      if (blockMulti != null && blockSingle != null) {
        Farmables.farmables.get("farmWheat").add(new FarmableFarmCraftory(cerealSeeds.values(), cerealItems.values()));
        Farmables.farmables.get("farmVegetables").add(new FarmableFarmCraftory(vegetableSeeds.values(), vegetableItems.values()));
      }

    } catch (Exception ex) {
      Proxies.log.info("FarmCraftory plugin unexpectedly failed to load.");
      Proxies.log.info(ex.getMessage());
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.