minecraft-assets/data/minecraft/loot_tables/blocks/ender_chest.json

50 lines
1.2 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:ender_chest"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 8.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:obsidian"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/ender_chest"
}