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) diff --git a/mesecons_textures/textures/jeija_microcontroller_sides.png b/mesecons_textures/textures/jeija_microcontroller_sides.png index 8561567..b367644 100644 Binary files a/mesecons_textures/textures/jeija_microcontroller_sides.png and b/mesecons_textures/textures/jeija_microcontroller_sides.png differ