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.
[MOD 0.14.x] Waste Processing 0.1.0
[MOD 0.14.x] Waste Processing 0.1.0
Last edited by jkeywo on Fri Oct 14, 2016 3:21 pm, edited 1 time in total.
- aubergine18
- Smart Inserter
- Posts: 1264
- Joined: Fri Jul 22, 2016 8:51 pm
- Contact:
Re: [MOD 0.14.x] Waste Processing 0.1.0
Typo in your tech definition:
should be:
Code: Select all
ingredients = {{"science-pack-1", 1}},
ingredients = {{"science-pack-2", 1}},
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.
Re: [MOD 0.14.x] Waste Processing 0.1.0
I'm surprised that loaded! Fixed it now, thanks.
-
- Long Handed Inserter
- Posts: 54
- Joined: Sun Jul 31, 2016 2:40 am
- Contact:
Re: [MOD 0.14.x] Waste Processing 0.1.0
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?