[FIXED]Problems with object types... I guess...
Posted: Sat May 27, 2017 12:59 pm
(Sorry for my bad english)
Hi, i'm new to modding and i want to ddo a mod that add incinerators to the game but i have a problem:
My incinerator don't burn all items and i don't know why, here is the items i tested:
Working:
- All ores
- Iron/cooper/steel plates
- Electronic circuit
Not working:
- Advanced circuit (processing unit can be placed inside but nothing is happening)
- Magazines
- All placeable entites (a lot of them)
- Weapons and armors
- Basically everithing but some intermediate products
- Cooper cables
Here is my actual code: github.com/Lesquivemeau/IncineratorZ-mod-for-factorio
The entity is based on the steel furnace but i changed the crafting categories removed the result slot and modified some attributes (see entities.lua)
SCREENSHOTS:

"Advanced circuit cannot be smelted"

Nothing happens with processing units
Thanks a lot,
A modding noob
Hi, i'm new to modding and i want to ddo a mod that add incinerators to the game but i have a problem:
My incinerator don't burn all items and i don't know why, here is the items i tested:
Working:
- All ores
- Iron/cooper/steel plates
- Electronic circuit
Not working:
- Advanced circuit (processing unit can be placed inside but nothing is happening)
- Magazines
- All placeable entites (a lot of them)
- Weapons and armors
- Basically everithing but some intermediate products
- Cooper cables
Here is my actual code: github.com/Lesquivemeau/IncineratorZ-mod-for-factorio
The entity is based on the steel furnace but i changed the crafting categories
Code: Select all
{"crafting","advanced-crafting","crafting-with-fluid",},
SCREENSHOTS:

"Advanced circuit cannot be smelted"

Nothing happens with processing units
Thanks a lot,
A modding noob