Files
minecraft-assets/data/minecraft/loot_tables/blocks/red_banner.json
2021-03-10 23:45:15 +00:00

19 lines
280 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:dynamic",
"name": "minecraft:self"
}
]
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}