git404hub

what is factorio-blueprints fr?

theflyindutchman/factorio-blueprints — explained in plain English

Analysis updated 2026-05-18

0Audience · generalComplexity · 2/5Setup · moderate

tl;dr

A ready-made, mod-free train delivery system blueprint for the game Factorio, where trains only move to fulfill actual item requests.

vibe map

mindmap
  root((Factorio Blueprints))
    What it does
      Pull-based train dispatch
      Grid-aligned rail
      Fueling depot
      Priority stations
    Tech stack
      Factorio blueprints
    Use cases
      Automate item delivery
      Manage solid and fluid trains
      Handle spoilable items
    Audience
      Factorio players
      Game builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Copy a ready-made pull-based train delivery system into a Factorio save without needing any mods.

VIBE 2

Set up provider and requester stations with train limits and delivery priorities.

VIBE 3

Handle both solid item trains and liquid trains using separate station types.

VIBE 4

Manage items that spoil over time with a dedicated requester station type.

what's the stack?

Factorio

how it stacks up fr

theflyindutchman/factorio-blueprints00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencegeneralgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires placing a fueled depot, fueled train, provider station, and requester station connected by rail before the system works.

No license information was found in the README.

in plain english

This project is a set of blueprints for the video game Factorio, a game about building automated factories. In Factorio, players can share prebuilt designs called blueprints so others can copy entire structures into their own game instead of building from scratch. This particular collection is a complete train delivery system, built up over roughly two years, and inspired by a well known community mod called LTN, though this version needs no mods at all to work. The system works on a pull basis, meaning trains are sent out to pick up items only when something actually needs them, rather than constantly shuttling goods around. It includes a central depot where trains refuel and wait, ready made sections of track that line up on a grid so they connect easily, and support for both the game's normal quality items and its rarer legendary quality items. Station settings can be adjusted, such as how many trains are allowed to wait at a station and which stations get priority for deliveries. Regular solid item trains and liquid trains are handled by separate types of stations, and there is a special station type for items that spoil over time. There are some things the system does not handle. It cannot manage trains or stations that carry more than one type of item at a time, and there is no built in way to upgrade a depot from normal to legendary quality. The author also notes a couple of known quirks, such as legendary stations working best when paired with legendary trains, and a rare edge case with spoilable item stations that can occasionally cause loading to pause. To use it, a player needs to place a fueled depot, a fueled train, a provider station stocked with items, and a requester station that needs those items, all connected by track, using the included blueprint set as a starting point. Provider and requester stations each have a small number of settings to fill in, like which item to move, how many trains to allow, and delivery priority.

prompts (copy fr)

prompt 1
Help me place and configure a provider station from this Factorio train blueprint set.
prompt 2
Explain how the pull-based dispatch system in these blueprints decides which trains get sent where.
prompt 3
Walk me through setting up a fueled depot and connecting it to the included rail blueprints.
prompt 4
Help me understand the known issue with legendary quality stations and mixed-quality trains.

Frequently asked questions

what is factorio-blueprints fr?

A ready-made, mod-free train delivery system blueprint for the game Factorio, where trains only move to fulfill actual item requests.

What license does factorio-blueprints use?

No license information was found in the README.

How hard is factorio-blueprints to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is factorio-blueprints for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.