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

53 lines
1.4 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
},
{
"function": "minecraft:copy_nbt",
"ops": [
{
"op": "replace",
"source": "Lock",
"target": "BlockEntityTag.Lock"
},
{
"op": "replace",
"source": "LootTable",
"target": "BlockEntityTag.LootTable"
},
{
"op": "replace",
"source": "LootTableSeed",
"target": "BlockEntityTag.LootTableSeed"
}
],
"source": "block_entity"
},
{
"type": "minecraft:shulker_box",
"entries": [
{
"type": "minecraft:dynamic",
"name": "minecraft:contents"
}
],
"function": "minecraft:set_contents"
}
],
"name": "minecraft:blue_shulker_box"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/blue_shulker_box"
}