summaryrefslogtreecommitdiff
path: root/strawberry.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-09-30 18:29:35 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-09-30 18:29:35 +0100
commit9c6a91aa96acc59d305d887465eab504c48e3499 (patch)
treefd2393d71b130a4da78d20c9f9e67afd6405d1e1 /strawberry.lua
parentf94ea11e6b2001d3514940b66d7a37626ecccf40 (diff)
localize unecessary global functions
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(),