Fix quest MV quad pipe accepted items (#2384)
Accept any quadruple or nonuple pipe based on item tags, instead of one of three specific items. Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
This commit is contained in:
parent
29f4d54af3
commit
a90bc5ceab
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@
|
|||
Count: 1
|
||||
id: "ftbfiltersystem:smart_filter"
|
||||
tag: {
|
||||
"ftbfiltersystem:filter": "or(item(gtceu:aluminium_quadruple_fluid_pipe)item(gtceu:blue_steel_quadruple_fluid_pipe)item(gtceu:steel_quadruple_fluid_pipe))"
|
||||
"ftbfiltersystem:filter": "or(item_tag(forge:quadruple_fluid_pipes)item_tag(forge:nonuple_fluid_pipes))"
|
||||
}
|
||||
}
|
||||
title: "Multiple Channel Potin Pipes, please"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue