Page 1 of 1

[FIXED]Problems with object types... I guess...

Posted: Sat May 27, 2017 12:59 pm
by Lesquivemeau
(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

Code: Select all

{"crafting","advanced-crafting","crafting-with-fluid",},
removed the result slot and modified some attributes (see entities.lua)

SCREENSHOTS:

Image
"Advanced circuit cannot be smelted"

Image
Nothing happens with processing units

Thanks a lot,
A modding noob

Re: Problems with object types... I guess...

Posted: Sat May 27, 2017 2:22 pm
by Lesquivemeau
EDIT: Fixed this problem: i declared my incinerator as a assembling machine, so it was trying to craft things :3