When i try to load reciepys that i deleted and replaced with new one i still get errors with old ones and new one don't appera
[23:24:36] [ERR ] server_scripts:script (3).js:18: Failed to create recipe for type 'kubejs:shaped': projecte:philosophers_stone is not a valid result!
[23:24:36] [ERR ] server_scripts:script (3).js:28: Failed to create recipe for type 'kubejs:shaped': witherstormmod:command_block_book with key 'A' is not a valid ingredient!
[23:24:36] [ERR ] server_scripts:script (3).js:38: Failed to create recipe for type 'kubejs:shaped': mysticalagriculture:master_infusion_crystal with key 'A' is not a valid ingredient!
[23:24:36] [ERR ] server_scripts:script (3).js:49: Failed to create recipe for type 'kubejs:shaped': witherstormmod:command_block_book is not a valid result!
[23:24:36] [ERR ] server_scripts:script (3).js:64: Failed to create recipe for type 'kubejs:shaped': projecte:transmutation_table is not a valid result!
[23:24:36] [ERR ] server_scripts:script (3).js:74: Failed to create recipe for type 'kubejs:shaped': astralsorcery:shifting_star with key 'A' is not a valid ingredient!
Here new reciepy
onEvent('recipes', event => { event.remove({id: 'securitycraft:universal_block_remover'}) event.remove({id: 'securitycraft:universal_block_remover_alt'}) event.shaped('securitycraft:universal_block_remover', [ 'OMO', 'SWS', 'OHO' ], { S: 'minecraft:totem_of_undying', W: 'minecraft:enchanted_golden_apple', O: 'forbidden_arcanus:dark_matter', H: 'gemsnjewels:spinel', }).id('kubejs:sussy_stone') })