Creating a recycling-mod

Place to get help with not working mods / modding interface.
Post Reply
Evorionos
Burner Inserter
Burner Inserter
Posts: 7
Joined: Thu May 18, 2017 9:25 am
Contact:

Creating a recycling-mod

Post by Evorionos »

I'm trying to create a mod which adds item-recycling into other items. Instead of having a recipe for every possible recycling-action, I wanted to program an assembler or chest to eat up any items it receives and in turn produces recycled material in a ratio of 1:1. Out of this material, it should then be possible to produce any ore or metal, for example one iron plate for 20 recycled material. (In an assembler)
What would be the best way to implement this? I am very new to modding, but I would like to learn different ways to code new things like that.

User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3700
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: Creating a recycling-mod

Post by DaveMcW »


Evorionos
Burner Inserter
Burner Inserter
Posts: 7
Joined: Thu May 18, 2017 9:25 am
Contact:

Re: Creating a recycling-mod

Post by Evorionos »

Thanks for your reply! The mod "Junk Compressor" looks very much like what I'm searching for.

Post Reply

Return to “Modding help”