aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlockhead <jbis1337@hotmail.com>2020-03-15 21:56:42 +1100
committerBlockhead <jbis1337@hotmail.com>2020-03-15 21:56:42 +1100
commit301dcf953e9a73d0e92f1a48af141200891f0e55 (patch)
treea616cccd59d7268b57608da70b5064962c2e5630
parent09fda4ffaa88ec5931aebc45c649cf808efbd813 (diff)
downloadadvtrains-301dcf953e9a73d0e92f1a48af141200891f0e55.tar.gz
advtrains-301dcf953e9a73d0e92f1a48af141200891f0e55.tar.bz2
advtrains-301dcf953e9a73d0e92f1a48af141200891f0e55.zip
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.
-rw-r--r--advtrains/misc_nodes.lua4
1 files 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",