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

31 lines
634 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"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
}
],
"entries": [
{
"type": "minecraft:item",
"name": "naturesaura:ancient_leaves"
}
],
"rolls": 1.0
}
2023-07-24 17:56:29 +02:00
],
"random_sequence": "naturesaura:blocks/ancient_leaves"
2020-01-23 16:05:52 +01:00
}