From: paramat Date: Mon, 28 Nov 2016 01:17:15 +0000 (+0000) Subject: Carts: Make rails 'is ground content = false' X-Git-Tag: 0.4.15~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0196c4793a7414990bd452ca49c00dd8196935ee;p=oweals%2Fminetest_game.git Carts: Make rails 'is ground content = false' --- 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",