Package com.hbm_m.compat.jei
Class JeiIngredientSlots
java.lang.Object
com.hbm_m.compat.jei.JeiIngredientSlots
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddCountedIngredient(mezz.jei.api.gui.builder.IRecipeSlotBuilder builder, net.minecraft.world.item.crafting.Ingredient ingredient, int count) Adds a counted ingredient to a JEI slot.
-
Method Details
-
addCountedIngredient
public static void addCountedIngredient(mezz.jei.api.gui.builder.IRecipeSlotBuilder builder, net.minecraft.world.item.crafting.Ingredient ingredient, int count) Adds a counted ingredient to a JEI slot. Tag-based ingredients useaddIngredients; concrete items are shown as stacks with the required count.
-