Skip to content

Brewing Recipes

WolfyScript edited this page Mar 5, 2022 · 3 revisions

To use and create Brewing recipes, you first need to enable it in the config.yml under recipes.brewing

Screenshot_20220304_181556

JSON

{
  "@type" : "customcrafting:brewing_stand",
  "group" : "",
  "hidden" : false,
  "vanillaBook" : false,
  "priority" : "NORMAL",
  "checkNBT" : true,
  "conditions" : {
    "values" : [ /* Conditions */ ]
  },
  "allowedItems" : { /* Ingredient settings */ },
  "ingredients" : { /* Ingredient settings */ },
  "fuelCost" : 1,
  "brewTime" : 80,
  "durationChange" : 0,
  "amplifierChange" : 0,
  "resetEffects" : false,
  "effectColor" : null,
  "effectRemovals" : [ ],
  "result" : { /* Result settings */ },
  "effectAdditions" : [ ],
  "effectUpgrades" : [ ],
  "requiredEffects" : [ ]
}

| 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