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

Place to get help with not working mods / modding interface.
User avatar
Lesquivemeau
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat May 27, 2017 12:15 pm
Contact:

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

Post 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
Last edited by Lesquivemeau on Sat May 27, 2017 2:22 pm, edited 1 time in total.
User avatar
Lesquivemeau
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat May 27, 2017 12:15 pm
Contact:

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

Post by Lesquivemeau »

EDIT: Fixed this problem: i declared my incinerator as a assembling machine, so it was trying to craft things :3
Post Reply

Return to “Modding help”