Minecraft Cookbook mod 2026 download
logo
minecraft mod Cookbook

Cookbook

Game Version: 1.7.4
Total Downloads: 8,151
Updated: Feb 19, 2014
Created: Aug 29, 2011
Download CookbookDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.2 release 32.20 KB Feb 19, 2014 1.7.4 1,264 download Cookbook v1.2 releaseDownload
v1.1.4 release 26.08 KB Feb 16, 2014 1.6.4 156 download Cookbook v1.1.4 releaseDownload
v1.1.3 release 30.77 KB Feb 21, 2013 1.4.7 1,126 download Cookbook v1.1.3 releaseDownload
v1.1.2 release 30.73 KB Dec 26, 2012 CB 1.4.6-R0.1 751 download Cookbook v1.1.2 releaseDownload
v1.1.1 release 29.42 KB Dec 23, 2012 CB 1.4.6-R0.1 508 download Cookbook v1.1.1 releaseDownload
v1.1 release 27.87 KB Dec 21, 2012 CB 1.4.5-R1.0 506 download Cookbook v1.1 releaseDownload
v1.0.1 release 19.24 KB Mar 5, 2012 CB 1.1-R7 1,686 download Cookbook v1.0.1 releaseDownload
v1.0 release 28.52 KB Mar 2, 2012 CB 1.1-R6 299 download Cookbook v1.0 releaseDownload
v0.7 (alpha2) alpha 17.18 KB Feb 8, 2012 CB 1.1-R3 436 download Cookbook v0.7 (alpha2) alphaDownload
v0.6 (alpha) alpha 35.43 KB Jan 5, 2012 1.0.0 428 download Cookbook v0.6 (alpha) alphaDownload
v0.5 (alpha) alpha 35.24 KB Oct 19, 2011 CB 1317 447 download Cookbook v0.5 (alpha) alphaDownload
v0.4 (alpha) alpha 34.61 KB Oct 15, 2011 CB 1317 139 download Cookbook v0.4 (alpha) alphaDownload
v0.3 (alpha) alpha 31.05 KB Sep 7, 2011 CB 1060 189 download Cookbook v0.3 (alpha) alphaDownload
v0.2 (alpha) alpha 24.04 KB Aug 29, 2011 CB 1060 128 download Cookbook v0.2 (alpha) alphaDownload
v0.1 (alpha) alpha 22.78 KB Aug 29, 2011 CB 1060 88 download Cookbook v0.1 (alpha) alphaDownload

Description

Share this:

Cookbook 1.2

A plugin to customize the recipes on your server to your liking. Currently it only allows to set recipes in the recipes.cb config file, but an in-game recipe creator is planned as well as recipe-based permissions.

Recipes are read from recipes.cb. The format is pretty intuitive; it is most easily explained by example.

# The # symbol indicates that the rest of the line is a comment

@Shaped
dirt dirt # An up to 3x3 grid of the ingredients, with air for empty slots.
0 3 # ingredients can be specified by ID or name
-> 2x IRON_INGOT # The format of the result is the same for all recipe types

@Smelt
Dirt -> 3x Wheat

@Shapeless
Apple, Bowl
-> 1 Water-bucket # The x is optional

@Smelt
Redstone -> 6 ink-sack/3 # You can specify data-values anywhere except on smelting input

@Smelt
Bow -> 1 Bow ARROW_INFINITE=1 # You can add enchantments or other metadata like this.

For more details, see Recipe Format.

Configuration

The following keys are used from the config.yml in the Cookbook folder

  • startup – Specifies how Cookbook should behave on startup. Valid values are "clear" (remove all vanilla recipes before adding the ones from recipes.cb), "reset" (reset to vanilla recipes before adding your custom recipes), and "compound" (just add your recipes). You could use this to suppress recipes from other plugins, or to completely redo the recipes Minecraft offers. Note that some vanilla recipes, such as fireworks, dyed leather armour, map copying, map zooming, and book copying, are impossible to reimplement using Cookbook, so consider this before deciding to use "clear".
  • fix.soup-bowl – If true, Cookbook will give back the bowl if you use mushroom soup in a recipe.
  • fix.glass-bottle – If true, Cookbook will give back the bottle if you use a potion in a recipe. Note that, if you set this to true and create recipes where potions are used as ingredients to craft other potions, you will get a free glass bottle each time a potion is crafted from a potion. So don't set it to true if you want recipes of that type.
  • allow-high-enchants – If true, Cookbook will allow enchantments of higher than normal levels.
  • allow-wrong-enchants – If true, Cookbook will allow enchantments on items that they don't normally apply to.
  • generate-defaults-cb – If true, Cookbook will generate a defaults.cb before adding any recipes. After doing so, this flag will be set to false. Note that, due to Bukkit quirks, a few recipes in the resulting defaults.cb won't be accurate; generally the complicated things involving maps, leather armour, books, or fireworks. However, these recipes can't be replicated with Cookbook's capability anyway. Note also that if other plugins add custom recipes, these recipes may appear in the defaults.cb if they loaded before Cookbook.

List of item/block names ||
List of enchantment names

Note: This is not the original Cookbook by fullwall and is not even based on his code; it has been rewritten from scratch, but I liked the name and, since his has been inactive for a long time, decided to recycle it. If there is enough demand I may write a converter to convert fullwall's Cookbook format to my Cookbook format.

Comments

Add a comment