minecraft-assets/data/minecraft/loot_tables/blocks/gravel.json

64 lines
1.6 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "minecraft:gravel"
},
{
"type": "minecraft:alternatives",
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [
0.1,
0.14285715,
0.25,
1.0
]
}
],
"name": "minecraft:flint"
},
{
"type": "minecraft:item",
"name": "minecraft:gravel"
}
]
}
]
}
]
}
]
}