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

20 lines
336 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cornflower"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}