From d21559a1fd2e86fa1a69cd2f848d6bdbb1f4761b Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 9 Jul 2018 20:46:58 +0100 Subject: remove flora groups from certain crops, mistake --- crops/garlic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crops/garlic.lua') diff --git a/crops/garlic.lua b/crops/garlic.lua index 52ae25f..0363708 100644 --- a/crops/garlic.lua +++ b/crops/garlic.lua @@ -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() -- cgit v1.2.3 From 8606b41c95b36973f0e8901cd0868290aedc018f Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 13 Jul 2018 17:29:49 +0100 Subject: code tidy --- crops/garlic.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crops/garlic.lua') diff --git a/crops/garlic.lua b/crops/garlic.lua index 0363708..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}, }, } }) -- cgit v1.2.3