Don't extend side hopper spout out of node borders

This commit is contained in:
Wuzzy 2017-07-08 18:56:15 +02:00
parent 4802b7320c
commit 0c04a958c3
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ minetest.register_node("mcl_hoppers:hopper_side", {
{-0.5, 0.0, -0.5, 0.5, 0.1, 0.5},
--spout
{-0.3, -0.3, -0.3, 0.3, 0.0, 0.3},
{-0.7, -0.3, -0.15, 0.15, 0.0, 0.15},
{-0.5, -0.3, -0.15, 0.15, 0.0, 0.15},
},
},
is_ground_content = false,