i feel so confused. it worked at first but now it doesn't
[
"botania:manasteel_ingot",
"minecraft:iron_ingot",
"megacells:sky_steel_ingot",
],
["botania:rune_water", "minecraft:fishing_rod", "cyclic:antimatter_wand"],
];
ServerEvents.recipes((megstacks) => {
replaceRecipes.forEach(([result, oldInput, newInput]) => {
megstacks.replaceInput({ output: result }, oldInput, newInput);
});
});