summaryrefslogtreecommitdiff
path: root/strawberry.lua
diff options
context:
space:
mode:
Diffstat (limited to 'strawberry.lua')
-rw-r--r--strawberry.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/strawberry.lua b/strawberry.lua
index 8098ca3..3fe3fa7 100644
--- a/strawberry.lua
+++ b/strawberry.lua
@@ -28,7 +28,7 @@ local crop_def = {
fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}
},
groups = {
- snappy = 3, flammable =2, plant = 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(),