Difference between revisions of "Crafting guide"

From Minetest Wiki
Jump to navigation Jump to search
(→‎List of crafting guide mods: explain first mod)
(Add table)
Line 4: Line 4:
 
Crafting guides are part of a [[Mods|mod]], called “crafting guide mod”. Crafting guide mods are not part of [[Games/Minetest Game|Minetest Game]].
 
Crafting guides are part of a [[Mods|mod]], called “crafting guide mod”. Crafting guide mods are not part of [[Games/Minetest Game|Minetest Game]].
  
== List of crafting guide mods ==
+
== Crafting guide mods ==
  
* [https://forum.minetest.net/viewtopic.php?t=14088 Crafting Guide [craftguide]]—Simple crafting guide which is accessed via a book item. Partially supports [[groups]]
+
{| class="wikitable"
* [https://forum.minetest.net/viewtopic.php?t=12767 Unified Inventory [unified_inventory]]—Integrates a very powerful crafting guide into the inventory menu. Supports groups perfectly. Also provides partial support for block [[Mining|drops]]
+
! Name
* [https://forum.minetest.net/viewtopic.php?id=5564 Zeg9's craft guide [zcg]]—Integrates a simple crafting guide into the inventory menu by using [inventory_plus]. Very basic incomplete support for groups
+
! Shortname
* [https://forum.minetest.net/viewtopic.php?id=5076 Craft Guide Mod Renewed [cgmr]]—Fork of Craft Guide [craft_guide]. Doesn't support groups
+
! Access
* [http://cornernote.github.io/minetest-craft_guide/ Craft Guide [craft_guide]]—First known crafting guide mod. Add a crafting sign and crafting computer. Doesn't support groups
+
! Maximum recipe size
 +
! Shaped
 +
! Shapeless
 +
! Cooking
 +
! Fuels
 +
! Repairing
 +
! Groups
 +
! Replacements
 +
! Output count
 +
! Extras
 +
|-
 +
| [https://forum.minetest.net/viewtopic.php?t=14088 Crafting Guide]
 +
| <code>craftguide</code>
 +
| Book item
 +
| 3×3
 +
| Yes
 +
| Yes
 +
| Yes
 +
| No
 +
| No
 +
| Partial
 +
| No
 +
| Yes
 +
| Search
 +
|-
 +
| [https://forum.minetest.net/viewtopic.php?t=12767 Unified Inventory]
 +
| <code>unified_inventory</code>
 +
| Inventory menu
 +
| 17×17
 +
| Yes
 +
| Yes
 +
| Yes
 +
| No
 +
| No
 +
| Yes
 +
| No
 +
| Yes
 +
| Reverse crafting guide, block [[Mining|drops]], search, shows itemstring
 +
|-
 +
| [https://forum.minetest.net/viewtopic.php?id=5564 Zeg9's craft guide]
 +
| <code>zcg</code>
 +
| Inventory menu
 +
| 3×3
 +
| Yes
 +
| l.s.
 +
| Yes
 +
| No
 +
| No
 +
| Poor
 +
| No
 +
| No
 +
| None
 +
|-
 +
| [https://forum.minetest.net/viewtopic.php?id=5076 Craft Guide Mod Renewed]
 +
| <code>cgmr</code>
 +
| Craft sign, craft PC
 +
| 5×5
 +
| Yes
 +
| l.s.
 +
| Yes
 +
| No
 +
| No
 +
| Poor
 +
| No
 +
| No
 +
| Bookmarks, Search, shows internal item name
 +
|-
 +
| [http://cornernote.github.io/minetest-craft_guide/ Craft Guide]
 +
| <code>craft_guide</code>
 +
| Craft sign, craft PC
 +
| 3×3
 +
| Yes
 +
| l.s.
 +
| Yes
 +
| No
 +
| No
 +
| Poor
 +
| No
 +
| Yes
 +
| Bookmarks, Search
 +
|}
 +
 
 +
=== 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
 +
* Shaped: Supports shaped recipes
 +
* Shapeless:
 +
** Yes: Supports shapeless recipes and clealy distinguishes them from shaped recipes
 +
** l.s.: “like shaped”. Shapeless is supported, but these recipes are displayed
 +
* Cooking recipes:
 +
** Yes: Supports cooking recipes and shows burning times
 +
** Basic: Supports cooking recipes,
 +
* Fuels: Lists available fuels
 +
** Yes: Shows available fuels with burning time
 +
** Basic: Shows available fuels
 +
* Repairing: Displays the special tool repairing recipe
 +
* Groups
 +
** Yes: Group slots are clearly distinguished and the required group (or groups) are mentioned correctly
 +
** Partial: Group slots are clearly distinguished, but 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
 +
* Replacements: Support for recipes in which one item is replaced with another after crafting
 +
* Output count: Whether the output count of all recipes is displayed correctly
  
 
[[Category:Gameplay]]
 
[[Category:Gameplay]]

Revision as of 00:57, 29 November 2016

Mbox important.png This article is incomplete.
Please help expand this article to include more useful information.

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 Cooking Fuels Repairing Groups Replacements Output count Extras
Crafting Guide craftguide Book item 3×3 Yes Yes Yes No No Partial No Yes Search
Unified Inventory unified_inventory Inventory menu 17×17 Yes Yes Yes No No Yes No Yes Reverse crafting guide, block drops, search, shows itemstring
Zeg9's craft guide zcg Inventory menu 3×3 Yes l.s. Yes No No Poor No No None
Craft Guide Mod Renewed cgmr Craft sign, craft PC 5×5 Yes l.s. Yes No No Poor No No Bookmarks, Search, shows internal item name
Craft Guide craft_guide Craft sign, craft PC 3×3 Yes l.s. Yes No No Poor No Yes Bookmarks, Search

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
  • Shaped: Supports shaped recipes
  • Shapeless:
    • Yes: Supports shapeless recipes and clealy distinguishes them from shaped recipes
    • l.s.: “like shaped”. Shapeless is supported, but these recipes are displayed
  • Cooking recipes:
    • Yes: Supports cooking recipes and shows burning times
    • Basic: Supports cooking recipes,
  • Fuels: Lists available fuels
    • Yes: Shows available fuels with burning time
    • Basic: Shows available fuels
  • Repairing: Displays the special tool repairing recipe
  • Groups
    • Yes: Group slots are clearly distinguished and the required group (or groups) are mentioned correctly
    • Partial: Group slots are clearly distinguished, but 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
  • Replacements: Support for recipes in which one item is replaced with another after crafting
  • Output count: Whether the output count of all recipes is displayed correctly