Page 1 of 1

[MOD 0.14.x] Waste Processing 0.1.0

Posted: Fri Oct 14, 2016 2:16 pm
by jkeywo
Type: Mod
Name: Waste Processing
Description: When something dies with items inside it it leaves a trail of waste on the floor. A waste processing facility can destroy items with minimal waste.
License: MIT
Version: 0.1.0
Release: 2016-10-14
Tested-With-Factorio-Version: 0.14.12
Category: (storage)
Download-Url: https://mods.factorio.com/mods/LordKiwi ... processing
Github: https://github.com/jkeywo/waste-processing/

When something dies with items inside it it leaves a trail of waste on the floor.
A waste processing facility can destroy items with minimal waste.
It only really becomes an issue when using some of the more complex mods (i.e. Bob's and Angel's) with lots of by-products.

Feature suggestions and bug reports welcome.

Re: [MOD 0.14.x] Waste Processing 0.1.0

Posted: Fri Oct 14, 2016 2:55 pm
by aubergine18
Typo in your tech definition:

Code: Select all

      ingredients = {{"science-pack-1", 1}},
      ingredients = {{"science-pack-2", 1}},
should be:

Code: Select all

      ingredients = {
         {"science-pack-1", 1}
         {"science-pack-2", 1}
      },

Re: [MOD 0.14.x] Waste Processing 0.1.0

Posted: Fri Oct 14, 2016 3:18 pm
by jkeywo
I'm surprised that loaded! Fixed it now, thanks.

Re: [MOD 0.14.x] Waste Processing 0.1.0

Posted: Wed Apr 18, 2018 8:35 am
by Wildejackson
Is this mod feasable to update to the more current versions of the game? Does it need any updating or will it load without any special treatment?