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

65 lines
1.7 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"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",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"chances": [
0.1,
0.14285715,
0.25,
1.0
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "minecraft:flint"
},
{
"type": "minecraft:item",
"name": "minecraft:gravel"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}
],
"rolls": 1.0
}
]
}