diff options
author | root <root@linux-forks.de> | 2018-07-19 19:44:13 +0200 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-07-19 19:44:13 +0200 |
commit | aaf20dcc464966c3565d5ceef23c1170b9c430b0 (patch) | |
tree | d1d6b84237d0f64261e83513c24e364f87922eef /crops/pepper.lua | |
parent | 48422e26c9f7bc50eb2d70601230172c842410ea (diff) | |
parent | 8606b41c95b36973f0e8901cd0868290aedc018f (diff) |
Merge https://notabug.org/TenPlus1/Farming
Diffstat (limited to 'crops/pepper.lua')
-rw-r--r-- | crops/pepper.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crops/pepper.lua b/crops/pepper.lua index f700e35..498556e 100644 --- a/crops/pepper.lua +++ b/crops/pepper.lua @@ -72,7 +72,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() |