Farmer's Delight integration for KubeJS. This mod allows you to add custom knives, pies and feasts in KubeJS scripts. It doesn't add any recipes support yet.
Examples:
event.create('example_knife', 'knife').displayName('Example Knife').tier('diamond')
event.create('example_pie', 'pie').sliceItem('kubejs:example_pie_slice').displayName('Example Pie')
event.create('example_feast', 'feast').servingsAmount(3).servingItems(['kubejs:example_feast_serving', 'kubejs:example_feast_serving_2']).displayName('Example Feast')