promotional bannermobile promotional banner
premium banner
Cuisine Delight compat for KubeJS - custom cuisines

Description

The combination of CuisineDelight and KubeJS allows this mod to let you create custom platefood using KubeJS scripts.
Example:

StartupEvents.registry('item', e => {
  e.create('kubejs:example',"cuisinedelight:platefood")
    .texture('kubejs:item/example')
    .displayName('examplefood')
    //.containerItem('minecraft:paper') //Defaults to "cuisinedelight:plate"
})