public class RecipesArmor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Item[][] |
recipeItems |
private java.lang.String[][] |
recipePatterns |
| Constructor and Description |
|---|
RecipesArmor() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipes(CraftingManager craftManager)
Adds the armor recipes to the CraftingManager.
|
private java.lang.String[][] recipePatterns
private Item[][] recipeItems
public void addRecipes(CraftingManager craftManager)