Files
minecraft-assets/data/minecraft/loot_tables/blocks/beacon.json
2021-07-07 09:21:22 +00:00

21 lines
381 B
JSON

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