Difference between revisions of "Crafting guide"
Jump to navigation
Jump to search
(→Crafting guide mods: add extra to crafting guide) |
(→Crafting guide mods: craftguide now supports size up to 5×5) |
||
Line 23: | Line 23: | ||
| <code>craftguide</code> | | <code>craftguide</code> | ||
| Book item | | Book item | ||
− | | bgcolor="# | + | | bgcolor="#88FF88" | 5×5<ref>Maximum size can be increased by setting but it will impact performance for very large recipes</ref> |
| bgcolor="#88FF88" | Yes | | bgcolor="#88FF88" | Yes | ||
| bgcolor="#FFFF88" | l.s. | | bgcolor="#FFFF88" | l.s. | ||
Line 90: | Line 90: | ||
| Bookmarks, search | | Bookmarks, search | ||
|} | |} | ||
+ | |||
+ | <references/> | ||
=== Meaning of the columns === | === Meaning of the columns === |
Revision as of 21:16, 14 December 2016
A crafting guide is a GUI element which the player can use to look up which items are neccessary to craft a certain item by providing crafting recipes. A crafting guide may also include smelting recipes, but not neccessarily so.
Crafting guides are part of a mod, called “crafting guide mod”. Crafting guide mods are not part of Minetest Game.
Crafting guide mods
Name | Shortname | Access | Maximum recipe size | Shaped | Shapeless | Output count | Cooking | Groups | Fuels | Replacements | Repairing | Extras |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Crafting Guide | craftguide
|
Book item | 5×5[1] | Yes | l.s. | Yes | Yes | Yes | Yes | No | No | Search, optional “Progressive Mode” which only shows recipes you can craft from items in inventory, user can set “window” size via setting |
Unified Inventory | unified_inventory
|
Inventory menu | 16×16 | Yes | Yes | Yes | Basic | Yes | No | No | No | Reverse crafting guide, block drops, search, move items into crafting grid, shows itemstring |
Zeg9's craft guide | zcg
|
Inventory menu | 3×3 | Yes | l.s. | No | Basic | Poor | No | No | No | History |
Craft Guide Mod Renewed | cgmr
|
Craft sign, craft PC | 5×5 | Yes | l.s. | No | Basic | Poor | No | No | No | Bookmarks, search, shows internal item name |
Craft Guide | craft_guide
|
Craft sign, craft PC | 3×3 | Yes | l.s. | Yes | Basic | Poor | No | No | No | Bookmarks, search |
- ↑ Maximum size can be increased by setting but it will impact performance for very large recipes
Meaning of the columns
- Access: How the crafting guide is accessed
- Maximum recipe size: The maximum supported size of shaped crafting recipes before this mod fails. It is probably safe to say that supporting recipes of a size of up to 5×5 is more than enough, as larger recipes would become too unwieldy
- Shaped: Supports shaped recipes
- Shapeless:
- Yes: Supports shapeless recipes and clearly distinguishes them from shaped recipes
- l.s.: “like shaped”. Shapeless is supported, but these recipes are displayed as if they were shaped recipes
- Output count: Whether the output count of all recipes is displayed correctly
- Cooking:
- Yes: Supports cooking recipes and shows cooking times for cooked items
- Basic: Supports cooking recipes
- Groups
- Yes: Group slots are clearly distinguished and the required group (or groups) are mentioned correctly
- Partial: Group slots are correctly distinguished, but it is not directly clear to the user or the group names are not or not correctly accessible
- Poor: Only concrete (but correct) recipes are given for group-based recipes
- No: Group-based recipes are broken
- Fuels: Lists available fuels
- Yes: Shows available fuels with burning time
- Basic: Shows available fuels
- Replacements: Support for recipes in which one item is replaced with another after crafting
- Repairing: Displays the special tool repairing recipe (and repair bonus)