I am trying to make custom chemical washing recipes and am having no luck. I have the custom recipe exaclty how it is from the mekanism files and it still fails.
e.custom({
"type":"mekanism:washing",
"fluidInput":{
"amount":5,
"tag":"minecraft:water"},
"output":{
"amount":1,
"slurry":"kubejs:clean_netherite"},
"slurryInput":{
"amount":1,
"slurry":"kubejs:dirty_netherite"}}).id(`e:processing/netherite/slurry/clean`)
})```