Carts: Make rails 'is ground content = false'

This commit is contained in:
paramat 2016-11-28 01:17:15 +00:00
parent fa17fe31d6
commit 0196c4793a
1 changed files with 1 additions and 1 deletions

View 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",