public final class VanillaRecipeCategoryUid
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraft.util.ResourceLocation |
ANVIL
The anvil recipe category.
|
static net.minecraft.util.ResourceLocation |
BLASTING
The blasting recipe category.
|
static net.minecraft.util.ResourceLocation |
BREWING
The brewing recipe category.
|
static net.minecraft.util.ResourceLocation |
CAMPFIRE
The campfire furnace recipe category.
|
static net.minecraft.util.ResourceLocation |
CRAFTING
The crafting recipe category.
|
static net.minecraft.util.ResourceLocation |
FUEL
The fuel recipe category.
|
static net.minecraft.util.ResourceLocation |
FURNACE
The furnace recipe category.
|
static net.minecraft.util.ResourceLocation |
INFORMATION
The JEI info recipe category shows extra information about ingredients.
|
static net.minecraft.util.ResourceLocation |
SMITHING
The smithing recipe category.
|
static net.minecraft.util.ResourceLocation |
SMOKING
The smoking recipe category.
|
static net.minecraft.util.ResourceLocation |
STONECUTTING
The stonecutting recipe category
Automatically includes every
StonecuttingRecipe |
public static final net.minecraft.util.ResourceLocation CRAFTING
ICraftingCategoryExtension.getSize()
.
To override the normal behavior of the crafting recipe category, you can implement ICustomCraftingCategoryExtension
public static final net.minecraft.util.ResourceLocation STONECUTTING
StonecuttingRecipe
public static final net.minecraft.util.ResourceLocation FURNACE
FurnaceRecipe
public static final net.minecraft.util.ResourceLocation SMOKING
FurnaceRecipe
public static final net.minecraft.util.ResourceLocation BLASTING
FurnaceRecipe
public static final net.minecraft.util.ResourceLocation CAMPFIRE
FurnaceRecipe
public static final net.minecraft.util.ResourceLocation FUEL
public static final net.minecraft.util.ResourceLocation BREWING
BrewingRecipeRegistry.getRecipes()
.
JEI can only understand modded potion recipes that are built into vanilla or Forge.public static final net.minecraft.util.ResourceLocation ANVIL
IVanillaRecipeFactory.createAnvilRecipe(ItemStack, List, List)
public static final net.minecraft.util.ResourceLocation SMITHING
SmithingRecipe
.public static final net.minecraft.util.ResourceLocation INFORMATION
IRecipeRegistration.addIngredientInfo(Object, IIngredientType, net.minecraft.util.text.ITextComponent...)
or
IRecipeRegistration.addIngredientInfo(List, IIngredientType, net.minecraft.util.text.ITextComponent...)