Making productivity module work on intermidiate recipe

Place to get help with not working mods / modding interface.
Post Reply
kasandraen
Long Handed Inserter
Long Handed Inserter
Posts: 51
Joined: Wed May 27, 2015 11:00 pm
Contact:

Making productivity module work on intermidiate recipe

Post by kasandraen »

Basicly everything in the topic, I've made an item, but I get the "Can only be used on intermiditae products" when i try to insert a productivity module in the assembly machine

User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: Making productivity module work on intermidiate recipe

Post by DaveMcW »

Code: Select all

table.insert(data.raw["module"]["productivity-module"].limitation, "my-recipe")
table.insert(data.raw["module"]["productivity-module-2"].limitation, "my-recipe")
table.insert(data.raw["module"]["productivity-module-3"].limitation, "my-recipe")

kasandraen
Long Handed Inserter
Long Handed Inserter
Posts: 51
Joined: Wed May 27, 2015 11:00 pm
Contact:

Re: Making productivity module work on intermidiate recipe

Post by kasandraen »

Thanks! Everything works now :)

Post Reply

Return to “Modding help”