All blueprints are RHD (right-hand drive)
Modules are 42x42 (big electric poles overlap on neighboring modules)
Included blueprint books:
- MRS - 2 Lane - RHD - 20 blueprints
- MRS - 2 Lane Single - RHD - 34 blueprints
- MRS - 4 Lane - RHD - 25 blueprints
Inspired by the animation when using gh run download
This is just a collection of useful Factorio blueprint books I have either found online or made myself. (Links are included where applicable.) I recommend using this Chrome extension to quickly copy these into Factorio.
All blueprints use blue belts unless stated otherwise.
See also:
Unless otherwise specified, all designs are meant for 4-8 trains of the format L-4C-2L-4C-L. Most are also compatible with L-4C-L trains.
"Rail units" refer to the size of MRS blueprints.
5.2 x 3.5 rail units
Recommended logistics bots: 2000
Configured for iron smelting by default; change all requesters and two arithmetic combinators to use for another resource.
| //! Undo/redo history. | |
| //! | |
| //! The simplest model of undo history consists of a single "undo stack." Every | |
| //! operation pushes a history entry for the previous state onto the undo stack. | |
| //! The "undo" action pops a history entry from the top of the undo stack and | |
| //! restores it. | |
| //! | |
| //! To add "redo" functionality, we make an additional "redo stack." To undo an | |
| //! action, we push an entry onto the redo stack and then pop an entry from the | |
| //! undo stack to restore. To redo an action, we push an entry onto the undo |
| digraph g{ | |
| crate -> meta | |
| crate -> constvalue | |
| crate -> errors | |
| crate -> span | |
| crate -> types | |
| ast -> "ast::args" | |
| ast -> "ast::expressions" | |
| ast -> "ast::rule" | |
| ast -> "ast::statements" |
| # Hactar's morphology format proposal v0.1 | |
| { | |
| # Categories are stored in an unordered object. | |
| perspective: { | |
| links: { | |
| # Links to official and unofficial documentation/guides/etc. | |
| agoi: http://ithkuil.net/03_morphology.html#Sec3o3 | |
| nildb: https://hactarce.github.com/HactarCE/NILDB/morphology.html#perspective |
This is the reference for the game rules of Nomic [VERSION]. This document is not guaranteed to always be up-to-date as the game rules are modified, however it is the duty of all players to keep this document accurate as game rules are modified. Where this document disagrees with the game rules, players should follow the game rules as they legally are, rather than their description in this document.
This section and its subsections describe grammatical conventions used throughout this ruleset.
| rofi usage: | |
| rofi [-options ...] | |
| Command line only options: | |
| -no-config Do not load configuration, use default values. | |
| -v,-version Print the version number and exit. | |
| -dmenu Start in dmenu mode. | |
| -display [string] X server to contact. | |
| ${DISPLAY} | |
| -h,-help This help message. |