Reduce the profile of the platforms by 0.1

Currently some trains clip the platform (especially E231
modpack), but they won't after the platform edge is moved
back slightly.
master
Blockhead 2020-03-15 21:56:42 +11:00
parent 09fda4ffaa
commit 301dcf953e
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ function advtrains.register_platform(modprefix, preset)
node_box = {
type = "fixed",
fixed = {
{-0.5, 0.3, -0.1, 0.5, 0.5, 0.5},
{-0.5, -0.5, 0 , 0.5, 0.3, 0.5}
{-0.5, 0.3, 0, 0.5, 0.5, 0.5},
{-0.5, -0.5, 0.1 , 0.5, 0.3, 0.5}
},
},
paramtype2="facedir",