From 0196c4793a7414990bd452ca49c00dd8196935ee Mon Sep 17 00:00:00 2001 From: paramat Date: Mon, 28 Nov 2016 01:17:15 +0000 Subject: [PATCH] Carts: Make rails 'is ground content = false' --- mods/carts/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/carts/functions.lua b/mods/carts/functions.lua index beda5849..285645cb 100644 --- a/mods/carts/functions.lua +++ b/mods/carts/functions.lua @@ -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",