{
  "type": "minecraft:entity",
  "pools": [
    {
      "name": "softshell_turtle",
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "tfc:food/turtle",
          "functions": [{
            "function": "set_count",
            "count": {
              "min": 1,
              "max": 3
            }
          },
          {
            "function": "looting_enchant",
            "count": {
              "min": 0,
              "max": 1
            }
          },
            {
              "function": "minecraft:furnace_smelt",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "predicate": {
                    "flags": {
                      "is_on_fire": true
                    }
                  },
                  "entity": "this"
                }
              ]
            }]
        }
      ]
    }
  ]
}