Stone
-----
-(1. Material 2. Cobble variant 3. Brick variant [4. Modified forms])
+(1. Material 2. Cobble variant 3. Brick variant 4. Modified forms)
default:stone
default:cobble
Soft / Non-Stone
----------------
-(1. Material [2. Modified forms])
+(1. Material 2. Modified forms)
default:dirt
default:dirt_with_grass
Trees
-----
-(1. Trunk 2. Fabricated trunk 3. Leaves 4. Sapling [5. Fruits])
+(1. Trunk 2. Fabricated trunk 3. Leaves 4. Sapling 5. Fruits)
default:tree
default:wood
default:aspen_wood
default:aspen_leaves
default:aspen_sapling
+
Ores
----
-(1. In stone 2. Block)
+(1. In stone 2. Blocks)
default:stone_with_coal
default:coalblock
Plantlife (non-cubic)
---------------------
+
default:cactus
default:papyrus
default:dry_shrub
Tools / "Advanced" crafting / Non-"natural"
-------------------------------------------
+
default:torch
default:chest
Misc
----
+
default:cloud
default:nyancat
default:nyancat_rainbow
tiles = {"default_cactus_top.png", "default_cactus_top.png",
"default_cactus_side.png"},
paramtype2 = "facedir",
- groups = {snappy = 1, choppy = 3, flammable = 2},
+ groups = {snappy = 1, choppy = 3},
sounds = default.node_sound_wood_defaults(),
on_place = minetest.rotate_node,
})
sunlight_propagates = true,
walkable = false,
buildable_to = true,
- groups = {snappy = 3, flammable = 2, flora = 1, attached_node = 1},
+ groups = {snappy = 3, flora = 1, attached_node = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
sunlight_propagates = true,
walkable = false,
buildable_to = true,
- groups = {snappy = 3, flammable = 3, flora = 1, attached_node = 1},
+ groups = {snappy = 3, flora = 1, attached_node = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
walkable = false,
buildable_to = true,
drop = "default:grass_1",
- groups = {snappy = 3, flammable = 3, flora = 1,
- attached_node = 1, not_in_creative_inventory = 1},
+ groups = {snappy = 3, flora = 1, attached_node = 1,
+ not_in_creative_inventory = 1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",
local function add_simple_flower(name, desc, box, f_groups)
-- Common flowers' groups
f_groups.snappy = 3
- f_groups.flammable = 2
f_groups.flower = 1
f_groups.flora = 1
f_groups.attached_node = 1
sunlight_propagates = true,
walkable = false,
buildable_to = true,
- groups = {snappy = 3, flammable = 3, attached_node = 1},
+ groups = {snappy = 3, attached_node = 1},
sounds = default.node_sound_leaves_defaults(),
on_use = minetest.item_eat(-5),
selection_box = {
sunlight_propagates = true,
walkable = false,
buildable_to = true,
- groups = {snappy = 3, flammable = 3, attached_node = 1},
+ groups = {snappy = 3, attached_node = 1},
sounds = default.node_sound_leaves_defaults(),
on_use = minetest.item_eat(1),
selection_box = {