I'm trying to remove a TFC alloying recipe per the following code:
event.remove({id: 'tfc:alloy/weak_blue_steel'})```
However, I get the following error:
```js
Not a JSON Object: [{"metal":"tfc:black_steel","min":0.5,"max":0.55},{"metal":"tfc:steel","min":0.2,"max":0.25},{"metal":"tfc:bismuth_bronze","min":0.1,"max":0.15},{"metal":"tfc:sterling_silver","min":0.1,"max":0.15}] (server_scripts:recipes/tfc.js#55)
Any ideas why the issue?
