1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-25 21:29:06 +02:00

Mtn v3 - change layout tile inside the "surface" locomotives

This commit is contained in:
Gerkiz 2022-01-14 22:12:11 +01:00
parent 0e6b406567
commit 1fa63ba251

View File

@ -34,7 +34,8 @@ local reconstruct_all_trains =
)
local function get_tile_name()
local main_tile_name = 'tutorial-grid'
-- local main_tile_name = 'tutorial-grid'
local main_tile_name = 'black-refined-concrete'
return main_tile_name
end