projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa17fe3
)
Carts: Make rails 'is ground content = false'
author
paramat
<mat.gregory@virginmedia.com>
Mon, 28 Nov 2016 01:17:15 +0000
(
01:17
+0000)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 28 Nov 2016 01:28:24 +0000
(
01:28
+0000)
mods/carts/functions.lua
patch
|
blob
|
history
diff --git
a/mods/carts/functions.lua
b/mods/carts/functions.lua
index beda58496bd2b73a78f4a9bf1b6a0c0e35d0b2eb..285645cb87892dd303efdc9d290e7a7553aa6c32 100644
(file)
--- 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 =
tru
e,
+ is_ground_content =
fals
e,
walkable = false,
selection_box = {
type = "fixed",