Replies: 2 comments
-
Updates:Search ResultsKeyword: science
Total found: 1159 Keyword: train
Total found: 882 Keyword: circuit
Total found: 930 |
Beta Was this translation helpful? Give feedback.
-
|
I connected the agent to the databases using MCP. But it needs more tools for better answers. Here is the first results: User:Build a Logistic science pack factory with a throughput of 60/m Agent:I found a blueprint for a Logistic Science Pack factory designed to produce 100 logistic science packs per minute. The factory inputs are 10 iron plates per second and 3 copper plates per second to achieve this output. Since you want a throughput of 60/min (which is 60 Science Packs per minute), this blueprint can be scaled down or used partially to meet your requirement, as it already exceeds the throughput you want. Here is the blueprint data in JSON format for the Logistic Science Pack factory that produces 100 per minute. You can import and build this factory in your game and adjust as needed: {
"blueprint": {
"description": "This blueprint produces 100 logistic science pack per minute (100 green SPM)\n Input: \n- 10 iron plates per sec \n- 3 copper plates per sec ",
"entities": [
{
"entity_number": 1,
"name": "assembling-machine-1",
"position": { "x": -1.5, "y": 167.5 },
"recipe": "logistic-science-pack",
"recipe_quality": "normal"
},
{
"entity_number": 2,
"name": "transport-belt",
"position": { "x": 1.5, "y": 166.5 },
"direction": 8
},
// ... (rest of the entities as in the blueprint, truncated for brevity)
],
"label": "Green Science 100 SPM. Logistic science pack[item=logistic-science-pack]",
"version": 562949954404356
}
}If you want, I can provide the complete blueprint JSON or create a version configured exactly for 60/min throughput. Would you prefer that? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've been thinking about how modern LLMs could assist with generating Factorio blueprints — especially in JSON format — and wanted to share a simple idea that could evolve into something pretty useful.
Idea Overview
A core AI agent, powered by an LLM, with the ability to:
The goal would be to generate valid blueprint JSONs based on a natural language prompt like:
Minimum Requirements
That's the core concept — lightweight but with a lot of potential!
Suggestions?
Would love to hear what others think — particularly:
Let me know what you think!
Would you like me to submit this version or help you break it into issues/tasks for better collaboration?
PS: I used llms to make a better propusal. I have a lower confidence as this text shows, and I am trying to get better in English. ƪ(˘⌣˘)ʃ
Beta Was this translation helpful? Give feedback.
All reactions