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

20 lines
353 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
}
],
"name": "minecraft:beacon"
}
]
}
]
}