Page 1 of 1
Making productivity module work on intermidiate recipe
Posted: Sat Apr 23, 2016 10:38 pm
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
Re: Making productivity module work on intermidiate recipe
Posted: Sun Apr 24, 2016 6:07 am
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")
Re: Making productivity module work on intermidiate recipe
Posted: Sun Apr 24, 2016 11:44 am
by kasandraen
Thanks! Everything works now
