summaryrefslogtreecommitdiff
path: root/crops/peas.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-07-09 20:46:58 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-07-09 20:46:58 +0100
commitd21559a1fd2e86fa1a69cd2f848d6bdbb1f4761b (patch)
treefb75fd188afec0986139b3bd6518aa8abe405ddd /crops/peas.lua
parentb6a970b5bdd7862ad50f342ed8e2c365736cb938 (diff)
remove flora groups from certain crops, mistake
Diffstat (limited to 'crops/peas.lua')
-rw-r--r--crops/peas.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/crops/peas.lua b/crops/peas.lua
index ef14dab..e50564e 100644
--- a/crops/peas.lua
+++ b/crops/peas.lua
@@ -53,7 +53,7 @@ local crop_def = {
drop = "",
selection_box = farming.select,
groups = {
- snappy = 3, flammable = 2, flora = 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()