Carts: Make rails 'is ground content = false'
authorparamat <mat.gregory@virginmedia.com>
Mon, 28 Nov 2016 01:17:15 +0000 (01:17 +0000)
committerparamat <mat.gregory@virginmedia.com>
Mon, 28 Nov 2016 01:28:24 +0000 (01:28 +0000)
mods/carts/functions.lua

index beda58496bd2b73a78f4a9bf1b6a0c0e35d0b2eb..285645cb87892dd303efdc9d290e7a7553aa6c32 100644 (file)
@@ -186,7 +186,7 @@ function carts:register_rail(name, def, railparams)
                drawtype = "raillike",
                paramtype = "light",
                sunlight_propagates = true,
-               is_ground_content = true,
+               is_ground_content = false,
                walkable = false,
                selection_box = {
                        type = "fixed",