Difference between revisions of "Groups/Shared groups"

From Minetest Developer Wiki
Jump to navigation Jump to search
(more specific link)
(add more nodes)
Line 2: Line 2:
  
 
== List of shared groups ==
 
== List of shared groups ==
 +
=== GUI-related ===
 
* <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_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>
 
* <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>
 +
 +
=== Object classification ===
 +
==== Basic nodes ====
 +
* <code>tree</code>: Tree trunk
 +
* <code>leaves</code>: Leaves, (pine) needles, and the like
 +
* <code>sand</code>: Sand
 +
* <code>water</code>: Water (source or flowing)
 +
* <code>lava</code>: Lava (source or flowing)
 +
 +
==== Additional nodes ====
 +
* <code>wood</code>: Block of wooden planks
 +
* <code>wool</code>: Block of wool
 +
* <code>sapling</code>: Sapling
 +
* <code>flower</code>: Flower

Revision as of 18:15, 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#Special groups.

List of shared groups

GUI-related

  • 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

Object classification

Basic nodes

  • tree: Tree trunk
  • leaves: Leaves, (pine) needles, and the like
  • sand: Sand
  • water: Water (source or flowing)
  • lava: Lava (source or flowing)

Additional nodes

  • wood: Block of wooden planks
  • wool: Block of wool
  • sapling: Sapling
  • flower: Flower