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