Cauldron Recipes - WolfyScript/CustomCrafting GitHub Wiki

JSON
{
"@type" : "customcrafting:cauldron",
"group" : "",
"hidden" : false,
"vanillaBook" : false,
"priority" : "NORMAL",
"checkNBT" : true,
"conditions" : {
"values" : [ /* Conditions */ ]
},
"cookingTime" : 60,
//The required water level of this recipe.
"waterLevel" : 1,
//The experience of the recipe.
"xp" : 5,
/*
* The item that a player must right-click
* with to get the item out of the cauldron.
* "dropItems" must be disabled!
*/
"handItem" : null,
"ingredients" : { /* Ingredient settings */ },
"dropItems" : true,
"needsFire" : true,
"needsWater" : true,
"result" : { /* Result settings */ }
}