Hi,
is there a way to remove the module slots from a crafting machine?
Thanks!
[Solved] Remove module slots from crafting machine
[Solved] Remove module slots from crafting machine
Last edited by Impatient on Thu Feb 01, 2018 4:05 pm, edited 1 time in total.
Re: Remove module slots from crafting machine
I think I can answer my own question.
The prototype definition for eg an electric furnace has the property "module_specification".
without testing, I guess, setting
or removing the property "module_specification" altogether removes any module slots from a crafting machine.
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}
}
Code: Select all
module_slots = 0,