remove flora groups from certain crops, mistake

This commit is contained in:
TenPlus1 2018-07-09 20:46:58 +01:00
parent b6a970b5bd
commit d21559a1fd
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,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()

View File

@ -93,7 +93,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()

View File

@ -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()

View File

@ -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()

View File

@ -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()