{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": 1,
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "dungeons_arise:chests/infested_temple/infested_temple_room_normal"
        }
      ]
    },
    {
      "rolls": 1,
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "name": "minecraft:chests/village/village_fletcher",
          "weight": 30
        },
        {
          "type": "minecraft:loot_table",
          "name": "minecraft:chests/village/village_mason",
          "weight": 15
        },
        {
          "type": "minecraft:loot_table",
          "name": "minecraft:chests/village/village_cartographer",
          "weight": 5
        }
      ]
    }
  ]
}