[MOD 0.14.x] Waste Processing 0.1.0

Topics and discussion about specific mods
Post Reply
jkeywo
Inserter
Inserter
Posts: 20
Joined: Fri Apr 08, 2016 9:19 am
Contact:

[MOD 0.14.x] Waste Processing 0.1.0

Post 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.
Last edited by jkeywo on Fri Oct 14, 2016 3:21 pm, edited 1 time in total.

User avatar
aubergine18
Smart Inserter
Smart Inserter
Posts: 1264
Joined: Fri Jul 22, 2016 8:51 pm
Contact:

Re: [MOD 0.14.x] Waste Processing 0.1.0

Post 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}
      },
Better forum search for modders: Enclose your search term in quotes, eg. "font_color" or "custom-input" - it prevents the forum search from splitting on hypens and underscores, resulting in much more accurate results.

jkeywo
Inserter
Inserter
Posts: 20
Joined: Fri Apr 08, 2016 9:19 am
Contact:

Re: [MOD 0.14.x] Waste Processing 0.1.0

Post by jkeywo »

I'm surprised that loaded! Fixed it now, thanks.

Wildejackson
Long Handed Inserter
Long Handed Inserter
Posts: 53
Joined: Sun Jul 31, 2016 2:40 am
Contact:

Re: [MOD 0.14.x] Waste Processing 0.1.0

Post 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?

Post Reply

Return to “Mods”