{
  "type": "create:filling",
  "ingredients": [
    {
      "type": "tfc:not_rotten","ingredient": {"tag": "forge:apples"}
    },
    {
      "fluid": "tfc:metal/gold",
      "amount": 10
    }
  ],
  "results": [
    {
      "item": "minecraft:golden_apple"
    }
  ]
}