forked from VoxeLibre/VoxeLibre
Thinner hopper spout
This commit is contained in:
parent
0c04a958c3
commit
d50645d417
|
@ -41,7 +41,7 @@ Hoppers interact with containers the following way:
|
||||||
{-0.5, 0.0, -0.5, 0.5, 0.1, 0.5},
|
{-0.5, 0.0, -0.5, 0.5, 0.1, 0.5},
|
||||||
--spout
|
--spout
|
||||||
{-0.3, -0.3, -0.3, 0.3, 0.0, 0.3},
|
{-0.3, -0.3, -0.3, 0.3, 0.0, 0.3},
|
||||||
{-0.15, -0.3, -0.15, 0.15, -0.5, 0.15},
|
{-0.1, -0.3, -0.1, 0.1, -0.5, 0.1},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
@ -157,7 +157,7 @@ minetest.register_node("mcl_hoppers:hopper_side", {
|
||||||
{-0.5, 0.0, -0.5, 0.5, 0.1, 0.5},
|
{-0.5, 0.0, -0.5, 0.5, 0.1, 0.5},
|
||||||
--spout
|
--spout
|
||||||
{-0.3, -0.3, -0.3, 0.3, 0.0, 0.3},
|
{-0.3, -0.3, -0.3, 0.3, 0.0, 0.3},
|
||||||
{-0.5, -0.3, -0.15, 0.15, 0.0, 0.15},
|
{-0.5, -0.3, -0.1, 0.1, -0.1, 0.1},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
|
|
Loading…
Reference in New Issue