1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-28 03:57:22 +02:00

Mtn v3 - revert stone path to refined concrete

This commit is contained in:
Gerkiz 2023-06-05 12:52:27 +02:00
parent 5c5a02150e
commit 59dffd42f5

View File

@ -35,7 +35,9 @@ local reconstruct_all_trains =
local function get_tile_name()
-- local main_tile_name = 'tutorial-grid'
local main_tile_name = 'stone-path'
-- local main_tile_name = 'stone-path'
local main_tile_name = 'black-refined-concrete'
return main_tile_name
end