UtilityAPI icon

UtilityAPI -----

Make your life easier and faster.



Revised the CraftRecipe methods to get and set ingredients (formerly known as items)
You can now use two new methods:

Code (Text):
CraftRecipe recipe = new CraftRecipe(new ItemStack(Material.DIAMOND), ingredients, "DiamondRecipe", this);
       
Material mat = recipe.getIngredient(CraftingSlot.ROW2_COLUMN2);        // Get Item you have to put into middle slot of the workbench
recipe.setIngredient(mat, CraftingSlot.ROW1_COLUMN1);     // Set item in middle slot of workbench
       
recipe.addRecipe();
----------, Feb 26, 2022
Resource Information
Author:
----------
Total Downloads: 248
First Release: Feb 23, 2022
Last Update: Feb 26, 2022
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings