Error in assignID, autoplace-control

Place to get help with not working mods / modding interface.
15Nova22
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Jun 08, 2019 11:32 am
Contact:

Error in assignID, autoplace-control

Post by 15Nova22 »

Hello there, fellow modders.
I have a problem with my little mod I´m creating and I´m too dumb to find the problem ><.
Hope you have better eyes than me and you can spot the error I made.

Error: Error in assignId, autoreplace-control with name 'novaore' does not exist.
Entity
Item
15Nova22
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Jun 08, 2019 11:32 am
Contact:

Re: Error in assignID, autoplace-control

Post by 15Nova22 »

I fixed it, in case anyone has the same issue,this is the fix:

local auto = {
type = "autoplace-control",
name = "novaore",
richness = true,
order = "c",
category = "resource"
}

and then add ist to data:extend
Post Reply

Return to “Modding help”