event.forEachRecipe({input: "#forge:plates", output: '#forge:sheetmetals'}, recipe => {
event.recipes.immersiveengineering.metal_press(recipe.originalRecipeResult.id, InputItem.of(recipe.json.get('base_ingredient')), 'immersiveengineering:mold_packing_4')
})
Nothing fukn works. I tried getting them first [0] and parsing. Using it as an ingredient directly, parsing as an item, using originalRecipeIngredients in a million different ways. What am I doing wrong here???