From 4c167cc7ffb2ea6d7005994bc884cba827bd6030 Mon Sep 17 00:00:00 2001 From: thrasherkot Date: Tue, 3 Jul 2018 14:45:47 +0300 Subject: [PATCH 1/2] fixed production type for boiler-mk2, boiler-mk3, heat-exchanger-mk2, heat-exchanger-mk3 --- prototypes/entity/entity-generators.lua | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/prototypes/entity/entity-generators.lua b/prototypes/entity/entity-generators.lua index ae32d2f..a13e4b9 100644 --- a/prototypes/entity/entity-generators.lua +++ b/prototypes/entity/entity-generators.lua @@ -678,7 +678,8 @@ data:extend({ {type = "input-output", position = {-2, 0.5}}, {type = "input-output", position = {2, 0.5}} }, - production_type = "input-output" + production_type = "input-output", + filter = "steam" }, output_fluid_box = { @@ -1142,7 +1143,8 @@ data:extend({ { {type = "output", position = {0, -1.5}} }, - production_type = "output" + production_type = "output", + filter = "steam" }, fluid_input = { @@ -1595,7 +1597,8 @@ data:extend({ { {type = "output", position = {0, -1.5}} }, - production_type = "output" + production_type = "output", + filter = "steam" }, fluid_input = { @@ -1863,7 +1866,8 @@ data:extend({ { {type = "output", position = {0, -1.5}} }, - production_type = "output" + production_type = "output", + filter = "steam" }, fluid_input = { From bc944423004864759bc09352e900b4006e0ee943 Mon Sep 17 00:00:00 2001 From: thrasherkot Date: Tue, 3 Jul 2018 15:03:34 +0300 Subject: [PATCH 2/2] moving filter type --- prototypes/entity/entity-generators.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prototypes/entity/entity-generators.lua b/prototypes/entity/entity-generators.lua index a13e4b9..9f6df39 100644 --- a/prototypes/entity/entity-generators.lua +++ b/prototypes/entity/entity-generators.lua @@ -678,8 +678,7 @@ data:extend({ {type = "input-output", position = {-2, 0.5}}, {type = "input-output", position = {2, 0.5}} }, - production_type = "input-output", - filter = "steam" + production_type = "input-output" }, output_fluid_box = { @@ -691,7 +690,8 @@ data:extend({ { {type = "output", position = {0, -1.5}} }, - production_type = "output" + production_type = "output", + filter = "steam" }, fluid_input = {