diff options
Diffstat (limited to 'crops/beetroot.lua')
-rw-r--r-- | crops/beetroot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crops/beetroot.lua b/crops/beetroot.lua index 1510a76..e683a94 100644 --- a/crops/beetroot.lua +++ b/crops/beetroot.lua @@ -50,7 +50,7 @@ local crop_def = { drop = "", selection_box = farming.select, groups = { - snappy = 3, flammable = 2, flora = 1, attached_node = 1, + snappy = 3, flammable = 2, plant = 1, attached_node = 1, not_in_creative_inventory = 1, growing = 1 }, sounds = default.node_sound_leaves_defaults() |