KubeJS TFC
This mod enables you to create custom recipes, blocks, and items for the Terrafirmacraft modification using the powerful KubeJS tool.
Here's a practical usage example:
onEvent('recipes', event => {
event.recipes.tfc.bloomery('minecraft:oak_log', Fluid.of('tfc:metal/bismuth_bronze', 2), 'minecraft:bucket', 20)
})
For complete information about all available features and detailed usage instructions, it's recommended to review the project documentation.