Skip to content

Commit 3e8208e

Browse files
committed
Search valve entity type
1 parent 0d58bf9 commit 3e8208e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/search.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ local fluid_storage_entities = list_to_map{ "storage-tank", "fluid-wagon" }
104104
local modules_entities = list_to_map{ "assembling-machine", "furnace", "rocket-silo", "mining-drill", "lab", "beacon" }
105105
local request_entities = list_to_map{ "logistic-container", "character", "spider-vehicle", "roboport", "space-platform-hub", "cargo-landing-pad", "item-request-proxy" }
106106
local item_logistic_entities = list_to_map{ "transport-belt", "splitter", "underground-belt", "linked-belt", "lane-splitter", "loader", "loader-1x1", "inserter", "logistic-robot", "construction-robot" }
107-
local fluid_logistic_entities = list_to_map{ "pipe", "pipe-to-ground", "pump" }
107+
local fluid_logistic_entities = list_to_map{ "pipe", "pipe-to-ground", "pump", "valve" }
108108
local ground_entities = list_to_map{ "item-entity" } -- force = "neutral"
109109
local signal_entities = list_to_map{ "assembling-machine", "furnace", "roboport", "train-stop", "arithmetic-combinator", "decider-combinator", "selector-combinator", "constant-combinator", "accumulator", "rail-signal", "rail-chain-signal", "wall", "container", "logistic-container", "inserter", "storage-tank", "mining-drill" }
110110

0 commit comments

Comments
 (0)