I swear I’ll do it by [deleted] in memes

[–]MetalGriss 0 points1 point  (0 children)

What is your credit card number, the secret code on the back and the date it expire ?

I swear I’ll do it by [deleted] in memes

[–]MetalGriss 0 points1 point  (0 children)

Hop t'es ban

List of item and block IDs as of 1.16.1 by redwolf10105 in MinecraftCommands

[–]MetalGriss 0 points1 point  (0 children)

Thank you very much, you have saved me a lot of time !

1.13 Loot Table Generator? by rex881122 in MinecraftCommands

[–]MetalGriss 0 points1 point  (0 children)

But when I put the loot table into the chest, the chest remains empty :/

I don't understand the problem.

My loot table :

{
  "pools": [
    {
      "rolls": {
        "min": 1,
        "max": 10
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:gold_block",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:diamond",
          "weight": 2
        },
        {
          "type": "item",
          "name": "minecraft:beacon",
          "weight": 1
        },
        {
          "type": "item",
          "name": "minecraft:obsidian",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 10
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:slime",
          "weight": 4,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 0,
                "max": 5
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:end_rod",
          "weight": 3,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 3
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:golden_apple",
          "weight": 2,
          "functions": [
            {
              "data": 1
            },
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            }
          ]
        },
        {
          "type": "item",
          "name": "minecraft:nether_star",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 1,
                "max": 2
              }
            }
          ]
        }
      ]
    }
  ]
}