minecraft-src/data/minecraft/loot_table/blocks/torchflower_crop.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
376 B
JSON

{
"type": "minecraft:block",
"functions": [
{
"function": "minecraft:explosion_decay"
}
],
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:torchflower_seeds"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/torchflower_crop"
}