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!
CraftBook
Legacy cauldron
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
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.
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 (:):
- The recipe name.
- The list of ingredients, separated by commas.
- The list of resulting items or blocks, separated by commas.
- 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. |
