Package net.minecraftforge.common.crafting
@ParametersAreNonnullByDefault
package net.minecraftforge.common.crafting
-
ClassDescriptionA `ConditionalAdvancement` is a single advancment file that contains multiple advancements, each having a condition.So, A 'ConditionalRecipe' differs from all normal recipes in the fact that in addition to the conditions disabling the entire recipe, it has sub-recipes that themselves have conditions.This interface is to be implemented on Container objects.IShapedRecipe<T extends RecipeInput>Used to mark a recipe that shape matters so that the recipe book and auto crafting picks the correct shape.