add cart rails to the default flow-through types

master
FaceDeer 2018-04-29 13:54:59 -06:00
parent fb249f27fb
commit fb5d80c38e
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
default?
intllib?
doc?
xpanes?
xpanes?
carts?

View File

@ -235,6 +235,12 @@ if flow_through then
add_flow_through("xpanes:bar")
add_flow_through("xpanes:bar_flat")
end
if minetest.get_modpath("carts") then
add_flow_through("carts:rail")
add_flow_through("carts:powerrail")
add_flow_through("carts:brakerail")
end
end