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/onion.lua | |
parent | 48422e26c9f7bc50eb2d70601230172c842410ea (diff) | |
parent | 8606b41c95b36973f0e8901cd0868290aedc018f (diff) |
Merge https://notabug.org/TenPlus1/Farming
Diffstat (limited to 'crops/onion.lua')
-rw-r--r-- | crops/onion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crops/onion.lua b/crops/onion.lua index 21b5c2e..d9268f8 100644 --- a/crops/onion.lua +++ b/crops/onion.lua @@ -32,7 +32,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() |