Skip to content

Little Chef

Rsl1122 edited this page Jun 25, 2018 · 1 revision

Little Chef

Links:

Config format

Recipes:
  Your_recipe_name:
    In:
      Item: APPLE
    Out:
      Item: PUMPKIN_PIE
      Name: 'Apple pie'
      Amount: 2 
      Saturation: -1
  Your_second_recipe:
     ...

Optional variables have a default value if they are not specified.

Variable Required Default value Description
In.Item Yes Name of the material to cook. See names here
Out.Item Yes Name of the output material. See names here
Out.Name No Item name Name of the output item.
Out.Amount No 1 How many items are output per one input item.
Out.Saturation No 0 Amount of additional hunger points a food item will satisfy. (Hunger points are added with a listener that looks for item meta)

If a recipe has invalid Item names a warning is displayed on the console and the recipe is not loaded.

Commands & Permissions

Command Permission Description
littlechef reload littlechef.reload Reloads the plugin config. Restart may be required for removal of old recipes

Clone this wiki locally