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

21 lines
381 B
JSON

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