{
  "type": "create:filling",
  "ingredients": [
    {
      "type": "tfc:not_rotten",
      "ingredient": {
        "item": "tfc:food/carrot"
      }
    },
    {
      "fluid": "tfc:metal/silver",
      "amount": 10
    }
  ],
  "results": [
    {
      "item": "kubejs:silver_carrot"
    }
  ]
}