Описание
Allows you to create recipes, blocks, and items from [TFC](https://modrinth.com/mod/terrafirmacraft)
Example:
```js
onEvent('recipes', event => {
event.recipes.tfc.bloomery('minecraft:oak_log', Fluid.of('tfc:metal/bismuth_bronze', 2), 'minecraft:bucket', 20)
})
```
See the [wiki](https://notenoughmail.github.io/kubejs_tfc/) for a full list of abilities and how to use them