Tweak chains selbox
[minetest_hades/hades_revisited.git] / GROUPS.md
blobc09e96b5e1c783f5fe357bf1828aec5c94cc3964
1 List of groups used in Hades Revisited (info for developers)
2 ------------------------------------------------------------
4 Note: If no group rating is specified, use 1.
6 Node identities:
7 * `tree`: Tree Trunk
8 * `sapling`: Sapling
9 * `leaves`: Leaves
10 * `bark`: Bark
11 * `seaweed`: Seaweed
12 * `waterlily`: Waterlily
13 * `plant`: Farming plant
14 * `grass`: Grass
15 * `flower`: Flower
16 * `vines`: Vines
17 * `simple_bush`: Bush
19 * `seed`: Seed
20 * `wheat`: Wheat plant
21 * `strawberry` Strawberry plant
22 * `tomato` Tomato plant
23 * `cotton`: Cotton plant
25 * `colwood`: Colored wooden planks
26 * `claybricks`: Clay bricks
27 * `wool`: Wool
29 * `carpet`: Carpet
30 * `table`: Table
31 * `chair`: Chair
32 * `armchair`: Armchair
33 * `window_wood`: Wooden window
35 * `chest`: Chest
36 * `unlocked_chest`: Unlocked chest
37 * `locked_chest`: Locked chest
38 * `furnace`: Furnace
39 * `torch`: Torch
40 * `door`: Door
41 * `steel_door`: Steel Door
42 * `pipe`: Pipe
43 * `bed`: Bed
44 * `fence`: Fence
45 * `fence_gate`: Fence gate
46 * `fence_metal`: Metal fence
47 * `fence_wood`: Wooden fence
48 * `wall`: Wall
49 * `ladder`: Ladder
50 * `vessel`: Vessel, like glass bottle
52 * `mossy`: Block has moss on it
53 * `burned_node`: Node that was "burned" by lava like Burned Stone
54 * `ore`: Ore
55 * `sandstone`: Sandstone
56 * `ash`: Ash
58 * `liquid`: Liquid
59 * `water`: Water
60 * `lava`: Lava
62 Digging groups:
63 * `choppy`: Wood, etc.
64 * `cracky`: Stone, etc.
65 * `oddly_breakable_by_hand`: Breakable by hand for ... reasons
66 * `snappy`: Leaves, plants, etc.
68 Crafting groups:
69 * `wood`: Wooden planks
70 * `sand`: Sand
71 * `stone`: Stone or stone-like
73 Items:
74 * `shears`: Shears
75 * `shovel`: Shovel
76 * `axe`: Axe
77 * `pickaxe`: Pickaxe
78 * `sword`: Sword
79 * `tool`: Tool
80 * `dye`: Dye
81 * `spawn_egg`: Spawn egg
83 Action groups:
84 * `bagslots=X`: Bag with X slots
85 * `food=1`: Food (unspecified type)
86 *   `food=2`: Food (eating)
87 *   `food=3`: Food (drinking)
88 * `eatable=X`: Item can be eaten or consumed (restoring X food points)
89 * `leafdecay`: Leaves that decay when not near a `group:tree` node
90 * `leafdecay_drop`: Node will drop itself when leaf-decaying
91 * `wet` Considered wet for farming purposes
92 * `fruit_regrow=3`: Regrowing fruit
93 *   `fruit_regrow=2`: Regrowing fruit (flower stage)
94 *   `fruit_regrow=1`: Regrowing fruit (bud stage)
95 * `ash_fertilizer=X`: Node slowly turns nearby Volcanic Ash to Fertile Sand (distance X, usually 3)
96 * `porous`: If water is above this node, water droplets might appear below it
97 * `fake_liquid`: Node is registerd as liquid but it's not actually a liquid
98 * `flora`: This is a plant that spreads on Dirt with Grass
99 * `soil`: Usable by hoe
100 * `not_in_craft_guide`: Item won't appear in craft guide
102 Legacy groups:
103 * `flammable`: Considered flammable (Note: This game has no fire)
104 * `puts_out_fire`: Node is supposed to put out neighboring fire (Note: This game has no fire)
105 * `desert`: soil category for farming
106 * `grassland`: soil category for farming
107 * `field`: soil category for farming