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:
parent
1c762eb502
commit
81cdc736b3
@ -1 +1 @@
|
||||
return require 'map_gen.maps.quadrants.scenario'
|
||||
return require 'map_gen.maps.quadrants.scenario'
|
||||
|
@ -240,4 +240,4 @@ local recipes = {
|
||||
},
|
||||
}
|
||||
|
||||
return recipes
|
||||
return recipes
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user