From 3d70dc0d68207dffb7e02f82ad38651a192bb6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Fri, 22 Nov 2019 20:31:09 +0100 Subject: Add wagon_width = 5 This, together with the newest version of advtrains, makes players not fall in the water while getting off the boats. --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 21822a6..a6274a7 100644 --- a/init.lua +++ b/init.lua @@ -240,6 +240,7 @@ advtrains.register_wagon("boat", { wagon_span=2, collisionbox = {-2.0,-3.0,-2.0, 2.0,4.0,2.0}, is_locomotive=true, + wagon_width=5, drops={"default:steelblock 4"}, horn_sound = "advtrains_subway_horn", glow = -1, --supposed to disable effect of light to texture color, so that the entity always appears as full-bright -- cgit v1.2.3