1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00

fix for curved rails

This commit is contained in:
MewMew 2020-09-09 12:27:42 +02:00
parent ea1eb464ed
commit 17243058fb

View File

@ -217,6 +217,7 @@ local type_whitelist = {
["logistic-robot"] = true,
["rail-chain-signal"] = true,
["rail-signal"] = true,
["curved-rail"] = true,
["straight-rail"] = true,
["train-stop"] = true,
}