// priority: 0 onEvent("recipes", event => { // Remove these since we already have backcrafting in "slabs.js" event.remove({ id: /^immersiveengineering:.*_from_slab$/ }); // The storage block slabs are weird, and prefer other storage blocks anyway event.remove({ output: /^immersiveengineering:slab_storage_/ }); });