Difference between revisions of "Groups/Shared groups"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "This a list of groups which are shared across multiple mods and games. They can be said to be more or less said as a de facto standard. == Creative Mode == * <code>not_in_cre...")
 
(add links)
Line 1: Line 1:
This a list of groups which are shared across multiple mods and games. They can be said to be more or less said as a de facto standard.
+
This a list of groups which are shared across multiple mods and games, or groups which have been accepted by the community to have a standard meaning. For the list of special groups, see [[Groups]].
  
== Creative Mode ==
+
== List of shared groups ==
* <code>not_in_creative_inventory=1</code>: This item must not appear in the creative inventory (i.e. a special inventory in Creative Mode allowing players to access most items)
+
* <code>not_in_creative_inventory=1</code>: This item must not appear in the [https://wiki.minetest.net/index.php?title=Creative_inventory creative inventory]
 
+
* <code>not_in_craft_guide=1</code>: Crafting recipes which have this item as a result will not be shown in a [http://wiki.minetest.net/Crafting_guide crafting guide]. The item may still be shown as an ingredient. Used by the following mods: <code>craft_guide</code>, <code>zcg</code>, <code>unified_inventory</code>
== [http://wiki.minetest.net/Crafting_guide Crafting guide] mods ==
 
* <code>not_in_craft_guide=1</code>: Crafting recipes which have this item as a result will not be shown in the crafting guide. The item may still be shown as an ingredient. Used by the following mods: <code>craft_guide</code>, <code>zcg</code>, <code>unified_inventory</code>
 

Revision as of 16:49, 29 May 2018

This a list of groups which are shared across multiple mods and games, or groups which have been accepted by the community to have a standard meaning. For the list of special groups, see Groups.

List of shared groups

  • not_in_creative_inventory=1: This item must not appear in the creative inventory
  • not_in_craft_guide=1: Crafting recipes which have this item as a result will not be shown in a crafting guide. The item may still be shown as an ingredient. Used by the following mods: craft_guide, zcg, unified_inventory