summaryrefslogtreecommitdiff
path: root/crops/onion.lua
diff options
context:
space:
mode:
Diffstat (limited to 'crops/onion.lua')
-rw-r--r--crops/onion.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crops/onion.lua b/crops/onion.lua
index 21b5c2e..d9268f8 100644
--- a/crops/onion.lua
+++ b/crops/onion.lua
@@ -32,7 +32,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 3, flora = 1, attached_node = 1,
+ snappy = 3, flammable = 3, plant = 1, attached_node = 1,
not_in_creative_inventory = 1, growing = 1
},
sounds = default.node_sound_leaves_defaults()