=== crafting table === Create a Useable object/Activated knicknack Set common_flags to 131074 This makes it a crafting table! Clicking Use on this (you can set action_menu as per [[builders:useable_objects|Useable Objects]]) to activate the user side of things, as described in [[crafting:start|The Crafting Table]] Oracle level users can set recipes using the /bake command /bake list - list existing recipes.\\ /bake del - delete a recipe.\\ /bake save - save list (makes your changes permenant)\\ /bake load - load list (recalls list as at last save) To create a new recipe, you need to load up the table with the ingredients you want to use, in the correct slots, and then hold an example of the object you want them to create. Then say\\ /bake **i**|**n**|**sss**\\ Where: - **i** - the slot number that you want the final object to inherit it's imageURL/choreState from. Leave empty if you want the created object to stay as per the one in your hand. - **n** - a slot number to copy the colorMap from, OR 16 digits that represent the slot number to pinch the relevant code from for each of the 16 entries in the colorMap you will be creating. Leave empty to not adjust the colors. - **sss** 9 characters, one for each slot, to determine how the ingredient is used - - a number 1-9 - ingredient user presents name must match this number of characters in the name of the sample you gave - exclamation mark **!** - ingredient name must match exactly. - percentage sign **%** - ingredient must be of the same class. - plus sign **+** - ingredient must have same imageURL/chorestate. - dot **.** - ignore this slot. **Examples** **/bake 8|5|....%..+.** - (hold a knicknack) spray can in middle, fuzzie underneath, paints the fuzzie for you.\\ **/bake ||444444444** - (hold a fern) used for nine weeds creates one fern\\ **/bake |5|.........** - creating a spray can based on any object you place in slot 5 - (holding a spray can as you say)\\ **/bake |1231231231231231|+++....+.** - creating a vase of flowers by putting flowers across top row, and a plant pot in the bottom centre. Colors mixed up from the flowers you use. (hold a repaintable vase of flowers)\\ **/bake 8|2|.%.....%.** - copy the colors of one head in top middle to another head in bottom middle. (hold a head as you say it) Remember to say `/bake save` *after you've tested that you got it right and working*.