Class VanillaRecipeProvider

java.lang.Object
net.minecraft.data.recipes.RecipeProvider
net.minecraft.data.recipes.packs.VanillaRecipeProvider
All Implemented Interfaces:
DataProvider
Direct Known Subclasses:
ForgeRecipeProvider

public class VanillaRecipeProvider extends RecipeProvider
  • Field Details

    • COAL_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> COAL_SMELTABLES
    • IRON_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> IRON_SMELTABLES
    • COPPER_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> COPPER_SMELTABLES
    • GOLD_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> GOLD_SMELTABLES
    • DIAMOND_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> DIAMOND_SMELTABLES
    • LAPIS_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> LAPIS_SMELTABLES
    • REDSTONE_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> REDSTONE_SMELTABLES
    • EMERALD_SMELTABLES

      public static final com.google.common.collect.ImmutableList<ItemLike> EMERALD_SMELTABLES
  • Constructor Details

    • VanillaRecipeProvider

      public VanillaRecipeProvider(PackOutput p_250820_)
  • Method Details