summaryrefslogtreecommitdiff
path: root/src/main/resources/data/eris_alchemy/loot_tables/blocks/alchemical_chest.json
blob: a552e23d524b1b6d079a55f574e660f8ec86e289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "minecraft:block",
  "pools": [{
    "rolls": 1,
    "entries": [{
      "type": "minecraft:item",
      "name": "eris_alchemy:alchemical_chest"
    }],
    "conditions": [{
      "condition": "minecraft:survives_explosion"
    }]
  }]
}