Class RecipeUtils

java.lang.Object
com.portingdeadmods.portingdeadlibs.utils.RecipeUtils

public final class RecipeUtils extends Object
  • Constructor Details

    • RecipeUtils

      public RecipeUtils()
  • Method Details

    • compareItems

      public static boolean compareItems(List<net.minecraft.world.item.ItemStack> inputs, List<net.neoforged.neoforge.common.crafting.SizedIngredient> ingredients)
      This compares two lists of items/ingredients. It does not care about the order of these.