This website used to be a mod which turned into a website (so one could use it in a multiplayer server without having to install the mod on the server).
This website makes it easier to create large train stations for the game Factorio.
- Load/unload for normal (inserter+chests) and fluid (pumps+storage tanks) stations
- Supports single and double headed trains
- Variable inserter types, belt types, chest types (use logistic chests for bot loading / unloading)
- Optional filter inserters (up to 5 resource types)
- Connect all chests / storage tanks with green / red wire
- Choice which side of the train stations should be used (left, right, both)
- Beltflow towards the front or back of the station
- Chest limiting
- Automatic locomotive refuel (with requester chests for fuel near locomotives)
- Automatic lamps, poles, and signal placement
- Stackers (vertical and diagonal): let trains wait in queue before using the station
- Train limit per station
- Include train in the blueprint
- Node (npm)
Go to this website and download the recipes.json
file. Place it in src/constants/
as file itemlist.json
.
npm install
npm run start
npm run build
prettier --write "src/**/*.{ts,tsx}"
npx eslint src/.