i get this error
i am trying to make an base mod extension (extending the base files to have more tiers, more drills, boilers, steam engines, etc.)
i studied the base folder, and other mods. i think i have everything. but it shows this error.
attached is my mod for checking my files
			
			
									
									Error Entity ID
Error Entity ID
Creator of:
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
						- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
Re: Error Entity ID
In entity.lua you've given data.extend a table when it expects a nested table, so Factorio fails to load the basic-mining-drill-mk2 entity (thus the error saying it's not a recognized entity)
should beobviously with a matching curly brace at the end as well like so: })
			
			
									
									Code: Select all
data:extend(Code: Select all
data:extend({<I'm really not active any more so these may not be up to date>
~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me
Or drop into #factorio on irc.esper.net
						~FreeER=Factorio Modding
- Factorio Wiki
- My Factorio Modding Guide
- Wiki Modding Guide
Feel free to pm me

Or drop into #factorio on irc.esper.net
Re: Error Entity ID
thx, 
its working now. ill have a working mod in 24 hours
			
			
									
									its working now. ill have a working mod in 24 hours
Creator of:
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
						- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6



