diff options
Diffstat (limited to 'crops/garlic.lua')
-rw-r--r-- | crops/garlic.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crops/garlic.lua b/crops/garlic.lua index 52ae25f..f2bb16d 100644 --- a/crops/garlic.lua +++ b/crops/garlic.lua @@ -58,8 +58,7 @@ minetest.register_node("farming:garlic_braid", { node_box = { type = "fixed", fixed = { - {-0.13, -0.45, 0.5, 0.13, 0.45, 0.24, - }, + {-0.13, -0.45, 0.5, 0.13, 0.45, 0.24}, }, } }) @@ -93,7 +92,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() |