From 966f4f000c73cbdfcc48fb8891921484dc3c8302 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 8 Aug 2025 18:09:24 -0400 Subject: [PATCH 1/2] Fix Pyrolyse Oven accepting other ender pearls (#1567) You should have to make an Implosion Compressor and not skip by killing Enderman Signed-off-by: TomPlop --- kubejs/server_scripts/tfg/recipes.miscellaneous.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index e23bf504a..60b3cf506 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -662,7 +662,7 @@ function registerTFGMiscellaneousRecipes(event) { .EUt(GTValues.VA[GTValues.HV]) event.recipes.gtceu.pyrolyse_oven('vitrified_ender_dust') - .itemInputs('#forge:ender_pearls', '2x tfc:powder/kaolinite', '4x #forge:insulation_t1') + .itemInputs('minecraft:ender_pearl', '2x tfc:powder/kaolinite', '4x #forge:insulation_t1') .inputFluids(Fluid.of('gtceu:nitrogen', 100)) .itemOutputs('tfg:vitrified_pearl') .chancedOutput('gtceu:ash_dust', 2500, 0) From d4b963ad740b802e8fe95627462d6e16d805a961 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 8 Aug 2025 18:15:02 -0400 Subject: [PATCH 2/2] Change the config of FTBQuests to be back to linear (#1568) Hopefully this will future proof the issue of quests being not completed even though the tasks are done This one will need a massive announcement and asking for feedback. It shouldn't fix the already bugged quest but hopefully will prevent any future one. Signed-off-by: TomPlop --- config/ftbquests/quests/data.snbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ftbquests/quests/data.snbt b/config/ftbquests/quests/data.snbt index 71c5407b3..fa4943b41 100644 --- a/config/ftbquests/quests/data.snbt +++ b/config/ftbquests/quests/data.snbt @@ -18,7 +18,7 @@ passive: 4000 } pause_game: true - progression_mode: "flexible" + progression_mode: "linear" show_lock_icons: true title: "TerraFirmaGreg" version: 13