Need help? Ask on the forum, ask a fellow user or developer (join us on IRC), or contact sk89q.
Contribute to the wiki, edit this page! Register an account, or login with Facebook first.
HEY! Do you integrate (or want to) a plugin into yours? Do you help work on WE/WG/etc.? Please subscribe to our mailing list!

About the ads

CraftBook/Legacy cauldron

From SK's Wiki
< CraftBook(Redirected from CraftBook/Cauldrons)
Jump to: navigation, search

Cauldrons allow the crafting of items using a literal pot of lava. Players place blocks into the cauldron and right click a block in order to perform crafting. In lieu of upcoming custom crafting recipes, cauldrons are a way to make rare items more common or otherwise unobtainable items, obtainable.

Contents

Construction

Cauldron.png

Cauldrons are made out of smooth stone and the pit itself is a 2x2x2 area. Under the 2x2x2 area is lava, moving or stationary. Thus, cauldrons have eight crafting places to place blocks.

  • The blocks around the lava can be anything (the lava is below the pit).
  • You cannot place blocks above the cauldron.
  • Recipes can contain gravel, sand, or water, but be aware that if you are not careful, you can break the lava underneath the cauldron.
Watch the tutorial video to learn how create new recipes (for server administrators) and create cauldrons.

Configuring recipes

Recipes are listed in the cauldron-recipes.txt file that exists in the same folder as Minecraft_Mod.jar (typically the bin/ folder). This file comes with CraftBook but you can create a new file from scratch as well. Each line of the file is one recipe, and the recipe line is divided into four fields by colons (:):

  1. The recipe name.
  2. The list of ingredients, separated by commas.
  3. The list of resulting items or blocks, separated by commas.
  4. Optional: A list of groups that can use this recipe, separated by commas.

A sample recipe that would make two grass blocks from 3 dirt blocks and 2 saplings would be:

grass:3*3,6*2:2*2

Note how *# can be used to specify a multiple of an item, and @ can be used to add data values to blocks.

Permissions

Permission Node Ability
craftbook.mech.cauldron Allow the use of cauldrons.


Configuration

To restrict cauldron usage per-group or per-use, check out the configuration page.

Parameter Value Default Description
cauldron-enable true/false true Allow the use of cauldrons.


Namespaces

Variants
Actions