Package com.hbm_m.inventory.recipes
Class ArcWelderRecipes
java.lang.Object
com.hbm_m.inventory.recipes.ArcWelderRecipes
Recipe for Adding all the ArcWelder Machine
Made by Fuchs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordSingle ingredient with required count.static classstatic final recordOptional fluid requirement. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecipe(net.minecraft.world.item.ItemStack slot0, net.minecraft.world.item.ItemStack slot1, net.minecraft.world.item.ItemStack slot2) item(net.minecraft.world.item.ItemStack stack) Exact item ingredient (replaces ComparableStack).static voidTagged ingredient (replaces OreDictStack) with count.
-
Field Details
-
recipes
-
-
Constructor Details
-
ArcWelderRecipes
public ArcWelderRecipes()
-
-
Method Details
-
tag
Tagged ingredient (replaces OreDictStack) with count. -
tag
-
item
Exact item ingredient (replaces ComparableStack). -
registerDefaults
public static void registerDefaults() -
getRecipe
@Nullable public static ArcWelderRecipes.ArcWelderRecipe getRecipe(net.minecraft.world.item.ItemStack slot0, net.minecraft.world.item.ItemStack slot1, net.minecraft.world.item.ItemStack slot2)
-