From 17a602a5a1d3b0362152222dc62c102c399ec4a4 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Fri, 5 Feb 2021 17:17:50 +0100 Subject: Remove unused loop variables, trailing whitespace and fix mixed-whitespace indentations --- devices.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devices.lua') diff --git a/devices.lua b/devices.lua index 3ddd3bf..a96767b 100644 --- a/devices.lua +++ b/devices.lua @@ -187,11 +187,11 @@ for s in ipairs(states) do paramtype = "light", paramtype2 = "facedir", selection_box = { - type = "fixed", + type = "fixed", fixed = { -5/16, -4/16, -8/16, 5/16, 5/16, 8/16 } }, collision_box = { - type = "fixed", + type = "fixed", fixed = { -5/16, -4/16, -8/16, 5/16, 5/16, 8/16 } }, groups = dgroups, @@ -233,11 +233,11 @@ minetest.register_node(nodename_valve_loaded, { paramtype = "light", paramtype2 = "facedir", selection_box = { - type = "fixed", + type = "fixed", fixed = { -5/16, -4/16, -8/16, 5/16, 5/16, 8/16 } }, collision_box = { - type = "fixed", + type = "fixed", fixed = { -5/16, -4/16, -8/16, 5/16, 5/16, 8/16 } }, groups = {snappy=3, pipe=1, not_in_creative_inventory=1}, -- cgit v1.2.3