diff options
Diffstat (limited to 'crops/garlic.lua')
-rw-r--r-- | crops/garlic.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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}, }, } }) |