Adding an input slot to a factory

Place to get help with not working mods / modding interface.
k8n
Manual Inserter
Manual Inserter
Posts: 1
Joined: Wed Dec 11, 2024 7:11 am
Contact:

Adding an input slot to a factory

Post by k8n »

I'm trying to modify the factory buildings in the Factorissimo mod so that an inserter can insert a blueprint into the factory, which will then get built inside of it. It would look something like this:
12-10-2024, 23-15-30.png
12-10-2024, 23-15-30.png (999.64 KiB) Viewed 126 times
How do I modify the factory prototype to allow interaction with inserters?

Right now, the mod models as factory as a "storage-tank" prototype (for some reason):

```
data:extend {
{
type = "storage-tank",
name = "factory-1",
...
}
}
```
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3731
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: Adding an input slot to a factory

Post by DaveMcW »

You need to change the type to something with item slots. I recommend "car", since the inventory can be filtered to blueprints only.
Post Reply

Return to “Modding help”