Page 1 of 1
[Solved] Remove module slots from crafting machine
Posted: Thu Feb 01, 2018 3:50 pm
by Impatient
Hi,
is there a way to remove the module slots from a crafting machine?
Thanks!
Re: Remove module slots from crafting machine
Posted: Thu Feb 01, 2018 3:54 pm
by Impatient
I think I can answer my own question.
The prototype definition for eg an electric furnace has the property "module_specification".
Code: Select all
module_specification =
{
module_slots = 2,
module_info_icon_shift = {0, 0.8}
}
without testing, I guess, setting
or removing the property "module_specification" altogether removes any module slots from a crafting machine.