This is the strangest behaviour. Some of the recipes I've replaced/removed from Apotheosis have been replaced/removed, but others have not. As far as I can tell, the paths are all correct. Could I get a second pair of eyes on this please?
//Apotheosis
event.remove({ id: APO('prismatic_web') })
event.remove({ id: APO('inert_trident') })
event.replaceInput({ output: APO('blazing_hellshelf') }, MC('blaze_powder'), QA('blaze_lantern'))
event.replaceInput({ output: APO('blazing_hellshelf') }, MC('fire_charge'), KJ('red_lightning'))
event.replaceInput({ output: APO('glowing_hellshelf') }, MC('glowstone'), KJ('red_lightning'))
// event.replaceInput({ output: APO('seashelf') }, Item.of(MC('potion'),{Potion: "minecraft:water"}), UA('glowing_ink_sac'))
event.replaceInput({ output: APO('crystal_seashelf') }, MC('prismarine_crystals'), KJ('emerald_charge'))
event.replaceInput({ output: APO('rectifier') }, MC('glowstone'), KJ('emerald_charge'))
event.replaceInput({ output: APO('rectifier_t2') }, MC('gilded_blackstone'), KJ('red_lightning'))
event.replaceInput({ output: APO('rectifier_t3') }, MC('glowstone'), KJ('white_earth'))
event.replaceInput({ output: APO('pearl_endshelf') }, MC('ender_pearl'), KJ('white_earth'))
event.shaped(APO('prismatic_web'), [
'WCW',
'CEC',
'WCW'
], {
W: MC('cobweb'),
C: MC('prismarine_crystals'),
E: KJ('emerald_charge')
})