List of usage examples for net.minecraftforge.common.crafting CraftingHelper getIngredient
public static Ingredient getIngredient(JsonElement json)
From source file:buildcraft.api.recipes.IngredientStack.java
License:Mozilla Public License
public static IngredientStack of(Object o) { return new IngredientStack(CraftingHelper.getIngredient(o)); }