summaryrefslogtreecommitdiff
path: root/mesecons_microcontroller
diff options
context:
space:
mode:
Diffstat (limited to 'mesecons_microcontroller')
-rw-r--r--mesecons_microcontroller/init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/mesecons_microcontroller/init.lua b/mesecons_microcontroller/init.lua
index 2c4f487..1b0f5ee 100644
--- a/mesecons_microcontroller/init.lua
+++ b/mesecons_microcontroller/init.lua
@@ -27,14 +27,14 @@ minetest.register_node(nodename, {
drop = '"mesecons_microcontroller:microcontroller0000" 1',
selection_box = {
type = "fixed",
- fixed = { -8/16, -8/16, -8/16, 8/16, -4/16, 8/16 },
+ fixed = { -8/16, -8/16, -8/16, 8/16, -5/16, 8/16 },
},
node_box = {
type = "fixed",
fixed = {
- { -8/16, -8/16, -8/16, 8/16, -6/16, 8/16 }, -- bottom slab
- { -5/16, -6/16, -5/16, 5/16, -5/16, 5/16 }, -- circuit board
- { -3/16, -5/16, -3/16, 3/16, -4/16, 3/16 }, -- IC
+ { -8/16, -8/16, -8/16, 8/16, -7/16, 8/16 }, -- bottom slab
+ { -5/16, -7/16, -5/16, 5/16, -6/16, 5/16 }, -- circuit board
+ { -3/16, -6/16, -3/16, 3/16, -5/16, 3/16 }, -- IC
}
},
on_construct = function(pos)