From 8ba723f39259f00665f84e377eb424b395d1789c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 23 Sep 2025 12:32:24 +0100 Subject: [PATCH] quest for turbine rotors --- CHANGELOG.md | 2 + .../quests/chapters/gregtech_energy.snbt | 75 ++++++++++++++++--- kubejs/assets/tfg/lang/en_us.json | 5 ++ 3 files changed, 70 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47370fc92..5cd5f8162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ - Halved how quickly the durability decreases on the various hiking/steel toe boots @Pyritie - Added curving press/extruder recipes for TFC shields @Pyritie - Added `#minecraft:flowers` block tags to flower crops @Redeix +- Added quests for the bauxite and gem slurry processing lines @Pyritie +- Mechanical Arms can now interact with Charcoal Forges, Crucibles, and Rotor Holders @BlueBoat29 ### Bug fixes - Ice soup now requires a bowl to craft, so it doesn't generate free bowls @Pyritie - Fixed repairing an iron flask consuming the knife, also added some flask recipes with rubber instead of a bladder (#1826) @Pyritie diff --git a/config/ftbquests/quests/chapters/gregtech_energy.snbt b/config/ftbquests/quests/chapters/gregtech_energy.snbt index 571c6e1f8..b7ef0f6ae 100644 --- a/config/ftbquests/quests/chapters/gregtech_energy.snbt +++ b/config/ftbquests/quests/chapters/gregtech_energy.snbt @@ -334,7 +334,7 @@ type: "item" }] title: "{quests.gregtech_energy.lst.title}" - x: -4.5d + x: -3.0d y: -3.0d } { @@ -541,7 +541,7 @@ } ] title: "{quests.gregtech_energy.lgt_fuel.title}" - x: -11.0d + x: -9.5d y: -3.0d } { @@ -574,7 +574,7 @@ } ] title: "{quests.gregtech_energy.lpt_fuel.title}" - x: -9.0d + x: -8.5d y: 3.0d } { @@ -604,7 +604,7 @@ } ] title: "{quests.gregtech_energy.lst_fuel.title}" - x: -9.0d + x: -7.5d y: -7.0d } { @@ -655,7 +655,7 @@ } ] title: "{quests.gregtech_energy.lce_fuel.title}" - x: -10.0d + x: -8.5d y: 1.0d } { @@ -766,7 +766,7 @@ type: "item" }] title: "{quests.gregtech_energy.hv_single_generator.title}" - x: -3.0d + x: -4.5d y: -3.0d } { @@ -800,7 +800,7 @@ } ] title: "{quests.gregtech_energy.hv_fuel.title}" - x: -12.0d + x: -10.5d y: -3.0d } { @@ -947,7 +947,7 @@ item: "gtceu:benzene_bucket" type: "item" }] - x: -11.0d + x: -9.5d y: -5.0d } { @@ -958,7 +958,7 @@ item: "gtceu:diesel_bucket" type: "item" }] - x: -10.0d + x: -8.5d y: -5.0d } { @@ -980,7 +980,7 @@ item: "gtceu:bio_diesel_bucket" type: "item" }] - x: -10.0d + x: -8.5d y: -7.0d } { @@ -991,7 +991,7 @@ item: "gtceu:cetane_boosted_diesel_bucket" type: "item" }] - x: -10.0d + x: -8.5d y: -3.0d } { @@ -1002,7 +1002,7 @@ item: "gtceu:high_octane_gasoline_bucket" type: "item" }] - x: -10.0d + x: -8.5d y: -1.0d } { @@ -1052,6 +1052,57 @@ x: -6.0d y: 3.0d } + { + dependencies: [ + "20DA81038C507C90" + "3467E14C8BB54214" + "634EAFA86B3D57A1" + ] + dependency_requirement: "one_completed" + description: [ + "{quests.gregtech_energy.rotor.desc.1}" + "{@pagebreak}" + "{quests.gregtech_energy.rotor.desc.2}" + ] + icon: { + Count: 1 + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "gtceu:ultimet" + } + } + } + id: "44EDD02C1DD583DC" + subtitle: "{quests.gregtech_energy.rotor.subtitle}" + tasks: [ + { + id: "389EECA7BAFCBF63" + item: { + Count: 1 + id: "gtceu:turbine_rotor" + tag: { + GT.PartStats: { + Material: "gtceu:ultimet" + } + } + } + match_nbt: false + title: "{quests.gregtech_energy.rotor.task}" + type: "item" + weak_nbt_match: true + } + { + id: "255F57665D599573" + item: "create:mechanical_arm" + optional_task: true + type: "item" + } + ] + title: "{quests.gregtech_energy.rotor.title}" + x: -3.0d + y: -2.0d + } ] subtitle: ["{quests.gregtech_energy.subtitle}"] title: "{quests.gregtech_energy}" diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 261889ed8..d1b214d3f 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -1825,6 +1825,11 @@ "quests.gregtech_energy.parallel_hatch.desc.1": "The &dParallel Hatch&r is the main draw of the Large Multiblocks.\n\nWhat does it do?\nWhere allowed (mostly on the Multiblocks crafted from the Alloy Blast Smelter), it lets you run &amultiple recipes at the same time&r.\n\nIt does this by consuming more energy per tick, but massively increasing throughput. Perfect if you’re mass-producing alloys, circuits, or plates.", "quests.gregtech_energy.parallel_hatch.desc.2": "Just place a Parallel Hatch on the Multiblock and make sure it’s fed with enough energy and input materials. Most multiblocks that allow it will show so in EMI or in the questbook.\n\n&dNote&r: The Large Chemical Reactor does not use Parallel Hatches — it already comes with something better called &bSubtick&r — read the nearby quest to find out more.", "quests.gregtech_energy.parallel_hatch.task": "Any Parallel Hatch", + "quests.gregtech_energy.rotor.title": "Turbine Rotors", + "quests.gregtech_energy.rotor.subtitle": "So many choices!", + "quests.gregtech_energy.rotor.desc.1": "Rotor Holders naturally require a Rotor to use, but there's a lot of options and they all have different stats, so what do they all mean?\n\nHigher &9Efficiency&r will increase the time each mB of fuel is used for, effectively reducing fuel usage. Meanwhile, &9Power&r will increase how much EU the turbine will generate. Lastly, &9Durability&r should be obvious.", + "quests.gregtech_energy.rotor.desc.2": "Ideally, you'll want to maximize all three, but the choice will depend on how much fuel you're producing, how many turbines you have, and how often you want to replace them, so there's no difinitive correct answer. &8(Besides neutronium, of course...)&r\n\nThat being said, if you're completely lost, we recommend Vanadium Steel in &6HV&r, Ultimet in &5EV&r, and HSS-S in &9IV&r.\n\nUnfortunately, you can't automatically pipe new rotors into rotor holders as they need the block in front of them to be completely empty, but a &aMechanical Arm&r will work!", + "quests.gregtech_energy.rotor.task": "Any Turbine Rotor", "quests.high_voltage": "&6HV&r - High Voltage", "quests.high_voltage.subtitle": "Upgrade your power, learn about the Cleanroom, make more chemicals, and get ready for Space", "quests.high_voltage.energium_crystals.title": "Super Batteries",