1
0
mirror of https://github.com/minetest-mods/mesecons.git synced 2025-04-21 11:10:27 +02:00

thinned the microcontroller down a bit to fit the style of the other floor objects.

This commit is contained in:
Vanessa Ezekowitz 2012-08-11 21:04:05 -04:00
parent e12b297987
commit 5d1c184941
2 changed files with 4 additions and 4 deletions
mesecons_microcontroller
mesecons_textures/textures

@ -27,14 +27,14 @@ minetest.register_node(nodename, {
drop = '"mesecons_microcontroller:microcontroller0000" 1', drop = '"mesecons_microcontroller:microcontroller0000" 1',
selection_box = { selection_box = {
type = "fixed", 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 = { node_box = {
type = "fixed", type = "fixed",
fixed = { fixed = {
{ -8/16, -8/16, -8/16, 8/16, -6/16, 8/16 }, -- bottom slab { -8/16, -8/16, -8/16, 8/16, -7/16, 8/16 }, -- bottom slab
{ -5/16, -6/16, -5/16, 5/16, -5/16, 5/16 }, -- circuit board { -5/16, -7/16, -5/16, 5/16, -6/16, 5/16 }, -- circuit board
{ -3/16, -5/16, -3/16, 3/16, -4/16, 3/16 }, -- IC { -3/16, -6/16, -3/16, 3/16, -5/16, 3/16 }, -- IC
} }
}, },
on_construct = function(pos) on_construct = function(pos)

Binary file not shown.

Before

(image error) Size: 663 B

After

(image error) Size: 613 B