I'm trying to remove Ad Astra's steel recipe using KubeJS, but it doesn't seem to be removing it, does anyone know what's wrong?
ServerEvents.recipes(event => {
event.remove({type: "ad_astra:alloying", output: "immersiveengineering:ingot_steel"})
})
The immersive engineering steel is due to the pack I made replacing all steel types with IE steel
