Difference between revisions of "Groups"

From Minetest Wiki
Jump to navigation Jump to search
(Move to gameplay category)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
+
{{Languages|nocat=1}}
  
'''Groups''' is a concept for [[Items|items]] in Minetest. Any item may be a member of a group or multiple groups, or none at all. Groups are used mainly for [[Crafting|crafting]] recipes, to determine damage, to determine digging time and lots of other stuff as well.
+
'''Groups''' is a concept for [[Nodes]], [[Items]] and [[Tools]] in Minetest. Any of these may be a member of a group or multiple groups, or none at all. Groups are used mainly for [[Crafting|crafting]] recipes, to determine damage, to determine digging time and lots of other stuff as well.
  
 
== List of ordinary groups used by [[Crafting|crafting]] recipes ==
 
== List of ordinary groups used by [[Crafting|crafting]] recipes ==
 
 
Also mentioned are the members in the groups as seen in [[Games/Minetest Game|Minetest Game]]. [[Mods]] may add other items which become members of these groups, so this list is neccessarily incomplete.
 
Also mentioned are the members in the groups as seen in [[Games/Minetest Game|Minetest Game]]. [[Mods]] may add other items which become members of these groups, so this list is neccessarily incomplete.
 
 
* [[:Category:wood|wood]]: processed wood: [[Wood]]
 
* [[:Category:wood|wood]]: processed wood: [[Wood]]
 
* [[:Category:stone|stone]]: [[Stone]], [[Cobblestone]], [[Stone Brick]], [[Desert Stone]], [[Desert Stone Brick]]
 
* [[:Category:stone|stone]]: [[Stone]], [[Cobblestone]], [[Stone Brick]], [[Desert Stone]], [[Desert Stone Brick]]
Line 14: Line 12:
  
 
== List of known groups that determine damage and digging time ==
 
== List of known groups that determine damage and digging time ==
 
 
* [[:Category:oddly_breakable_by_hand|oddly_breakable_by_hand]]: can be broken by [[Hand|hand]].
 
* [[:Category:oddly_breakable_by_hand|oddly_breakable_by_hand]]: can be broken by [[Hand|hand]].
 
* [[:Category:crumbly|crumbly]]: stuff like dirt and sand. [[Shovel]]s are great to break nodes in this group.
 
* [[:Category:crumbly|crumbly]]: stuff like dirt and sand. [[Shovel]]s are great to break nodes in this group.
Line 24: Line 21:
  
 
== List of special groups (excerpt) ==
 
== List of special groups (excerpt) ==
 
* [[:Category:immortal|immortal]]: block takes no damage whatsoever and can not be broken by ordinary tools.
 
 
* [[:Category:dig_immediate|dig_immediate]]: block can be immediately or almost immediately be dug.
 
* [[:Category:dig_immediate|dig_immediate]]: block can be immediately or almost immediately be dug.
 
* [[:Category:soil|soil]]: saplings will grow on blocks in this group.
 
* [[:Category:soil|soil]]: saplings will grow on blocks in this group.
  
 
== List of other groups (excerpt) ==
 
== List of other groups (excerpt) ==
 
 
* [[:Category:wheat|wheat]]: [[Wheat (plant)]]
 
* [[:Category:wheat|wheat]]: [[Wheat (plant)]]
  
 
== See also ==
 
== See also ==
 
[[:Category:Groups]] is an automatically generated listing of groups in this wiki.
 
 
 
The [http://dev.minetest.net/Groups Minetest developer wiki on groups] has a more complete and technical list of important groups.
 
The [http://dev.minetest.net/Groups Minetest developer wiki on groups] has a more complete and technical list of important groups.
  
 
+
[[Category:Groups]]
[[Category:Gameplay]]
 

Revision as of 01:38, 14 April 2021

Languages Language: English • Deutsch • français

Groups is a concept for Nodes, Items and Tools in Minetest. Any of these may be a member of a group or multiple groups, or none at all. Groups are used mainly for crafting recipes, to determine damage, to determine digging time and lots of other stuff as well.

List of ordinary groups used by crafting recipes

Also mentioned are the members in the groups as seen in Minetest Game. Mods may add other items which become members of these groups, so this list is neccessarily incomplete.

List of known groups that determine damage and digging time

  • oddly_breakable_by_hand: can be broken by hand.
  • crumbly: stuff like dirt and sand. Shovels are great to break nodes in this group.
  • cracky: tough but crackable stuff like stone. Pickaxes are great to break nodes in this group.
  • choppy: something that can be cut using force; eg. trees, wooden planks. Axes are great chopping these down.
  • fleshy: living things like animals and players. Swords deal great damage to them.
  • snappy: something that can be cut using fine tools; eg. leaves, small plants, wire, sheets of metal. Swords can be used to dig these, but they wear out quickly.
  • explody: especially prone to explosions.

List of special groups (excerpt)

  • dig_immediate: block can be immediately or almost immediately be dug.
  • soil: saplings will grow on blocks in this group.

List of other groups (excerpt)

See also

The Minetest developer wiki on groups has a more complete and technical list of important groups.