Skip to content

Cauldron Recipes

WolfyScript edited this page Mar 4, 2022 · 3 revisions

Screenshot_20220304_181902

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 */ }
}

| Home

  • Editions
  • Installation

| General

  • Performance
  • Terminology

| Recipes

Types

  • From 1.6.5.x
  • From 1.6.4.0
  • From 1.6.3.0 or older

| Special Workstations

  • Custom Recipe Book
  • Vanilla Recipe Book
Clone this wiki locally