NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_grass.json
2020-02-26 19:32:42 +01:00

38 lines
896 B
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": "naturesaura:nether_grass"
},
{
"type": "minecraft:item",
"name": "minecraft:netherrack"
}
]
}
]
}
]
}