1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2026-06-20 16:32:28 +02:00

fix for curved rails

This commit is contained in:
MewMew
2020-09-09 12:27:42 +02:00
parent ea1eb464ed
commit 17243058fb
+1
View File
@@ -217,6 +217,7 @@ local type_whitelist = {
["logistic-robot"] = true, ["logistic-robot"] = true,
["rail-chain-signal"] = true, ["rail-chain-signal"] = true,
["rail-signal"] = true, ["rail-signal"] = true,
["curved-rail"] = true,
["straight-rail"] = true, ["straight-rail"] = true,
["train-stop"] = true, ["train-stop"] = true,
} }