Files
minecraft-assets/data/minecraft/loot_tables/blocks/barrel.json
2025-02-03 11:41:59 +01:00

30 lines
627 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"components": [
"minecraft:custom_name"
],
"function": "minecraft:copy_components",
"source": "block_entity"
}
],
"name": "minecraft:barrel"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/barrel"
}