mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Don't extend side hopper spout out of node borders
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user