{
  "pools":
  [
    {
      "rolls": 1,
      "items":
      [
        {
          "item": "minecraft:chest",
          "weight": 1,
          "functions":
          [
            {
              "function": "set_nbt",
              "tag": "{BlockEntityTag:{LootTable:\"tronics:bloc/infini\"}}"
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "items":
      [
        {
          "item": "minecraft:iron_sword",
          "weight": 1,
          "functions":
          [
            {
              "function": "set_data",
              "data": 20
            }
          ]
        }
      ]
    },
    {
      "rolls": 1,
      "items":
      [
        {
          "item": "minecraft:diamond_axe",
          "weight": 1,
          "functions":
          [
            {
              "function": "set_data",
              "data": {
                "min": 0,
                "max": 500
              }
            }
          ]
        }
      ]
    },
    {
      "rolls": 5,
      "items":
      [
        {
          "item": "minecraft:wool",
          "weight": 1,
          "functions":
          [
            {
              "function": "set_data",
              "data": {
                "min": 0,
                "max": 15
              }
            }
          ]
        }
      ]
    }
  ]
}