summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-07-13 17:29:49 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-07-13 17:29:49 +0100
commit8606b41c95b36973f0e8901cd0868290aedc018f (patch)
treed1d6b84237d0f64261e83513c24e364f87922eef
parentd21559a1fd2e86fa1a69cd2f848d6bdbb1f4761b (diff)
code tidy
-rw-r--r--crops/garlic.lua3
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},
},
}
})