From 8793465132dea466edd62309bd35bfd62a6583e5 Mon Sep 17 00:00:00 2001 From: h-v-smacker Date: Mon, 12 Nov 2018 03:28:24 +0300 Subject: whitespaces --- init.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 44fdf5d..3425fa1 100644 --- a/init.lua +++ b/init.lua @@ -241,7 +241,7 @@ for _,node in ipairs(node_list) do {-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}, }, }, - groups = {cracky=3}, + groups = { cracky = 3 }, use_texture_alpha = true, }) @@ -250,6 +250,7 @@ for _,node in ipairs(node_list) do recipe = node.recipe }) + -- It might be necessary to skip the multiple nodes (e.g. for top-only panes) if node.no_derivatives then goto eol end @@ -275,7 +276,7 @@ for _,node in ipairs(node_list) do {-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}, }, }, - groups = {cracky=3}, + groups = { cracky = 3 }, use_texture_alpha = true, }) @@ -314,7 +315,7 @@ for _,node in ipairs(node_list) do fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}}, }, - groups = {cracky=3}, + groups = { cracky = 3 }, use_texture_alpha = true, }) @@ -350,7 +351,7 @@ for _,node in ipairs(node_list) do fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}}, }, - groups = {cracky=3}, + groups = { cracky = 3 }, use_texture_alpha = true, }) @@ -386,7 +387,7 @@ for _,node in ipairs(node_list) do fixed = {{-0.5, -0.5, -0.25, 0.5, 0.5, 0.25}}, }, - groups = {cracky=3}, + groups = { cracky = 3 }, use_texture_alpha = true, }) -- cgit v1.2.3