fix bug with liquidbox filter that would remove fluids

This commit is contained in:
Joey De Pauw 2019-10-06 23:04:22 +02:00
parent e4c1a3ed9d
commit 1a40e2156c
1 changed files with 2 additions and 13 deletions

View File

@ -52,7 +52,6 @@ data:extend({
{
{
production_type = "input",
filter = "pollution",
base_area = 10,
base_level = -1,
pipe_connections = {},
@ -128,14 +127,12 @@ data:extend({
{
{
production_type = "input",
filter = "pollution",
base_area = 10,
base_level = -1,
pipe_connections= {}
},
{
production_type = "input",
filter="water",
pipe_picture = assembler2pipepictures(),
pipe_covers = pipecoverspictures(),
base_area = 10,
@ -144,7 +141,6 @@ data:extend({
},
{
production_type = "output",
filter = "polluted-water",
pipe_picture = assembler2pipepictures(),
pipe_covers = pipecoverspictures(),
base_area = 10,
@ -163,7 +159,7 @@ data:extend({
drain="100kW",
},
energy_usage = "50kW",
ingredient_count = 1,
ingredient_count = 2,
module_slots = 0,
allowed_effects=nil
},
@ -218,14 +214,12 @@ data:extend({
{
{
production_type = "input",
filter = "pollution",
base_area = 10,
base_level = -1,
pipe_connections= {}
},
{
production_type = "input",
filter="water",
pipe_picture = assembler3pipepictures(),
pipe_covers = pipecoverspictures(),
base_area = 10,
@ -234,7 +228,6 @@ data:extend({
},
{
production_type = "output",
filter = "polluted-water",
pipe_picture = assembler3pipepictures(),
pipe_covers = pipecoverspictures(),
base_area = 10,
@ -253,12 +246,8 @@ data:extend({
drain="200kW",
},
energy_usage = "100kW",
ingredient_count = 1,
ingredient_count = 2,
module_slots = 0,
allowed_effects=nil
},
{
type = "highlight-box",
name = "air-filter-highlight-chunk",
}
})