From 301dcf953e9a73d0e92f1a48af141200891f0e55 Mon Sep 17 00:00:00 2001 From: Blockhead Date: Sun, 15 Mar 2020 21:56:42 +1100 Subject: 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. --- advtrains/misc_nodes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advtrains/misc_nodes.lua b/advtrains/misc_nodes.lua index 2638282..f1fb030 100644 --- a/advtrains/misc_nodes.lua +++ b/advtrains/misc_nodes.lua @@ -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", -- cgit v1.2.3