From 7581b76aea7273612e854d016d68ec170f78814e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 11 Jul 2025 23:37:25 +0100 Subject: [PATCH] added HS crushing wheels to HV tab too --- .../ftbquests/quests/chapters/hv__high_voltage.snbt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index 9db2d71fd..41f30e4e0 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -796,13 +796,22 @@ "{@pagebreak}" "{quests.high_voltage.hv_macerator.desc.2}" ] + icon: "gtceu:hv_macerator" id: "6B7762F672BAE76F" shape: "octagon" size: 1.5d subtitle: "{quests.high_voltage.hv_macerator.subtitle}" tasks: [{ - id: "76DAF1C1B90EFE87" - item: "gtceu:hv_macerator" + disable_toast: true + id: "5A05B6E65B887B0F" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:hv_macerator)item(greate:stainless_steel_crushing_wheel))" + } + } + title: "{quests.ore_proc.macerator_byproduct.task}" type: "item" }] title: "{quests.high_voltage.hv_macerator.title}"