{
  "type": "create:filling",
  "ingredients": [
    {
      "type": "tfc:not_rotten","ingredient": {"item": "tfc:food/carrot"}
    },
    {
      "fluid": "tfc:metal/gold",
      "amount": 10
    }
  ],
  "results": [
    {
      "item": "minecraft:golden_carrot"
    }
  ]
}