From 398716464a16f20113dc19d2bb24285d40454a52 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sat, 14 Oct 2017 14:55:39 -0600 Subject: add inventory ejector --- nodes/node_misc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nodes/node_misc.lua') 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}, }, }) -- cgit v1.2.3