summaryrefslogtreecommitdiff
path: root/src/main/resources/data/eris_alchemy/loot_tables/blocks/energy_condenser.json
blob: 07e2f554ccbe78322d41309ea9d1325258cc98f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "type": "minecraft:block",
  "pools": [{
    "rolls": 1,
    "entries": [{
      "type": "minecraft:item",
      "name": "eris_alchemy:energy_condenser",
      "functions": [{
        "function": "minecraft:copy_nbt",
        "source": "block_entity",
        "ops": [{
          "op": "replace",
          "source": "stored_emc",
          "target": "BlockEntityTag.stored_emc"
        }]
      }]
    }],
    "conditions": [{
      "condition": "minecraft:survives_explosion"
    }]
  }]
}