1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Fixed new line at EoL

This commit is contained in:
SimonFlapse 2019-02-18 09:38:41 +01:00
parent 1c762eb502
commit 81cdc736b3
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
return require 'map_gen.maps.quadrants.scenario'
return require 'map_gen.maps.quadrants.scenario'

View File

@ -240,4 +240,4 @@ local recipes = {
},
}
return recipes
return recipes

View File

@ -59,4 +59,4 @@ local function on_built_entity(event)
end
end
Event.add(defines.events.on_built_entity, on_built_entity)
Event.add(defines.events.on_built_entity, on_built_entity)

View File

@ -216,4 +216,4 @@ base_y = 64
start_tree_2 = b.combine({ b.translate(start_tree_2, base_x, base_y), b.translate(start_tree_2, -base_x, -base_y), b.translate(start_tree_2, base_x, -base_y), b.translate(start_tree_2, -base_x, base_y) })
local map = b.apply_entities(quadrants, { start_iron, start_copper, start_stone, start_coal, start_tree_1, start_tree_2 })
return map
return map