diff options
author | root <root@linux-forks.de> | 2018-11-14 12:45:10 +0100 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-11-14 12:45:10 +0100 |
commit | 070c5dd08e9652cd540542b860d5a5cce1f8c7d4 (patch) | |
tree | 55b8404d46f195a38bb34a470290a9cacd4b75bd /strawberry.lua | |
parent | 31fe2ff374e72fb8ea44d50cd82d6fc8b9be5463 (diff) | |
parent | b29634b3632aebe6c21d035884ed454cfd7ce77a (diff) |
Diffstat (limited to 'strawberry.lua')
-rw-r--r-- | strawberry.lua | 2 |
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(), |