diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-10-14 14:55:39 -0600 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-10-14 14:55:39 -0600 |
commit | 398716464a16f20113dc19d2bb24285d40454a52 (patch) | |
tree | 28791d7cdc18119499e22a29d44621b6180fd85e /nodes/node_misc.lua | |
parent | 776bbb1811802cf46b79f22e407664155157e260 (diff) |
add inventory ejector
Diffstat (limited to 'nodes/node_misc.lua')
-rw-r--r-- | nodes/node_misc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes/node_misc.lua b/nodes/node_misc.lua index e847045..cea823e 100644 --- a/nodes/node_misc.lua +++ b/nodes/node_misc.lua @@ -52,7 +52,7 @@ minetest.register_node("digtron:light", { node_box = { type = "wallmounted", wall_top = {-0.25, 0.3125, -0.25, 0.25, 0.5, 0.25}, - wall_bottom = {-0.25, -0.3125, -0.25, 0.25, -0.5, 0.25}, + wall_bottom = {-0.25, -0.5, -0.25, 0.25, -0.3125, 0.25}, wall_side = {-0.5, -0.25, -0.25, -0.1875, 0.25, 0.25}, }, }) |