summaryrefslogtreecommitdiff
path: root/devices.lua
diff options
context:
space:
mode:
authorHybridDog <ovvv@web.de>2021-02-05 17:17:50 +0100
committerHybridDog <ovvv@web.de>2021-02-05 17:17:50 +0100
commit17a602a5a1d3b0362152222dc62c102c399ec4a4 (patch)
tree27f0ebea3b8ac8f36eea8fb58d38947fab81e31d /devices.lua
parent2294a235826810864c1dbae7db644dfbc4722e6c (diff)
downloadpipeworks-17a602a5a1d3b0362152222dc62c102c399ec4a4.tar
pipeworks-17a602a5a1d3b0362152222dc62c102c399ec4a4.tar.gz
pipeworks-17a602a5a1d3b0362152222dc62c102c399ec4a4.tar.bz2
pipeworks-17a602a5a1d3b0362152222dc62c102c399ec4a4.tar.xz
pipeworks-17a602a5a1d3b0362152222dc62c102c399ec4a4.zip
Remove unused loop variables, trailing whitespace and fix mixed-whitespace indentations
Diffstat (limited to 'devices.lua')
-rw-r--r--devices.lua8
1 files changed, 4 insertions, 4 deletions
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},