NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/decayed_leaves.json

30 lines
576 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
2020-01-23 16:05:52 +01:00
{
"type": "minecraft:item",
"name": "naturesaura:decayed_leaves"
}
],
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
2020-01-24 17:05:41 +01:00
}
}
2020-01-24 17:05:41 +01:00
]
}
2020-01-23 16:05:52 +01:00
}
]
}
]
2020-01-23 16:05:52 +01:00
}