offlinewebtools.com browser-local workbench

Minecraft Loot Table Generator

Create a starter Minecraft loot table JSON file with safe namespaced ids, count ranges, and a copyable datapack path.

Shipped
Browser local

data/offlinewebtools/loot_table/chests/starter_bonus.json

Copy or download this JSON into your datapack.

Download JSON
{
  "type": "minecraft:chest",
  "pools": [
    {
      "rolls": 2,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:diamond",
          "weight": 4,
          "functions": [
            {
              "function": "minecraft:set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        }
      ]
    }
  ]
}

What this tool does

Minecraft Loot Table Generator helps you create a starter Minecraft loot table JSON file with safe namespaced ids, count ranges, and a copyable datapack path.

What you get

Minecraft Loot Table Generator produces a direct output in this page and keeps all processing on your device, with nothing uploaded to our servers.

Report a bug

If this tool misbehaves, share a quick summary so we can investigate. We include the tool URL automatically—no need to copy and paste.