From c091589136f3ac641847ed8a6b1d878af49d3652 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 31 Jul 2025 23:32:52 +0100 Subject: [PATCH] I think this is a typo? --- 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 c1df5556d..8843538fa 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -1137,7 +1137,7 @@ function registerTFGMiscellaneousRecipes(event) { //Tier 3 insulation event.recipes.gtceu.forming_press('tfg:mli_shielding') - .itemInputs('4x #forge:dusts/ammonia_borane', '2x tfg:aes_polyurethane', '4x gtceu:carbon_fiber_plate') + .itemInputs('4x #forge:plates/ammonia_borane', '2x tfg:aes_polyurethane', '4x gtceu:carbon_fiber_plate') .itemOutputs('tfg:mli_shielding') .duration(100) .EUt(GTValues.VA[GTValues.IV])