From 139caa10bcd240cce12b61e44da581739b6a4bbe Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 11 Jul 2025 23:28:24 +0100 Subject: [PATCH] added LSP to space survival chapter --- .../quests/chapters/gregtech_energy.snbt | 52 ++-------------- .../quests/chapters/space_survival.snbt | 60 +++++++++++++++++++ 2 files changed, 66 insertions(+), 46 deletions(-) diff --git a/config/ftbquests/quests/chapters/gregtech_energy.snbt b/config/ftbquests/quests/chapters/gregtech_energy.snbt index 6acf9ac05..19cb8a03e 100644 --- a/config/ftbquests/quests/chapters/gregtech_energy.snbt +++ b/config/ftbquests/quests/chapters/gregtech_energy.snbt @@ -856,52 +856,12 @@ icon: "gtceu:large_solar_panel" id: "0585527D1854628B" subtitle: "{quests.gregtech_energy.large_solar.subtitle}" - tasks: [ - { - id: "198E956830F835B2" - item: "gtceu:large_solar_panel" - type: "item" - } - { - id: "7AC17D7530C4F4DF" - item: "gtceu:lv_input_bus" - type: "item" - } - { - id: "5AEBE7121738364F" - item: "gtceu:auto_maintenance_hatch" - type: "item" - } - { - id: "371FD628D63ACAC9" - item: "gtceu:ev_energy_output_hatch" - type: "item" - } - { - count: 54L - id: "768FC413EB4653B7" - item: { Count: 32, id: "tfg:casings/machine_casing_iron_desh" } - type: "item" - } - { - count: 24L - id: "5C5534BE222DD522" - item: { Count: 24, id: "tfg:casings/machine_casing_red_solar_panel" } - type: "item" - } - { - count: 20L - id: "2C3AAC7CE88698AF" - item: { Count: 20, id: "ad_astra:iron_plateblock" } - type: "item" - } - { - count: 16L - id: "199BF6279934E696" - item: { Count: 16, id: "gtceu:cleanroom_glass" } - type: "item" - } - ] + tasks: [{ + disable_toast: true + id: "198E956830F835B2" + item: "gtceu:large_solar_panel" + type: "item" + }] title: "{quests.gregtech_energy.large_solar.title}" x: -8.5d y: 1.5d diff --git a/config/ftbquests/quests/chapters/space_survival.snbt b/config/ftbquests/quests/chapters/space_survival.snbt index 832705250..845b576ee 100644 --- a/config/ftbquests/quests/chapters/space_survival.snbt +++ b/config/ftbquests/quests/chapters/space_survival.snbt @@ -516,6 +516,66 @@ x: -2.5d y: -6.5d } + { + dependencies: ["5826EC76931359B8"] + description: [ + "{quests.gregtech_energy.large_solar.desc.1}" + "{@pagebreak}" + "{quests.gregtech_energy.large_solar.desc.2}" + ] + icon: "gtceu:large_solar_panel" + id: "0BBD6807505AA96E" + subtitle: "{quests.gregtech_energy.large_solar.subtitle}" + tasks: [ + { + id: "08F8A202DEFBD791" + item: "gtceu:large_solar_panel" + type: "item" + } + { + id: "33009033269EAD48" + item: "gtceu:lv_input_bus" + type: "item" + } + { + id: "3F0202755438BE30" + item: "gtceu:auto_maintenance_hatch" + type: "item" + } + { + id: "76E075BC64697885" + item: "gtceu:ev_energy_output_hatch" + type: "item" + } + { + count: 54L + id: "2D09546682F6DD20" + item: { Count: 32, id: "tfg:casings/machine_casing_iron_desh" } + type: "item" + } + { + count: 24L + id: "7F1A78AB02673FC8" + item: { Count: 24, id: "tfg:casings/machine_casing_red_solar_panel" } + type: "item" + } + { + count: 20L + id: "13DB8D7072DE7BEA" + item: { Count: 20, id: "ad_astra:iron_plateblock" } + type: "item" + } + { + count: 16L + id: "1D6554EA7A76178F" + item: { Count: 16, id: "gtceu:cleanroom_glass" } + type: "item" + } + ] + title: "{quests.gregtech_energy.large_solar.title}" + x: -2.5d + y: 1.0d + } ] subtitle: ["{quests.space_survival.subtitle}"] title: "{quests.space_survival}"