NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_grass.json
2022-02-11 21:07:00 +01:00

52 lines
1.4 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:alternative",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:shears"
]
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
}
],
"name": "naturesaura:nether_grass"
},
{
"type": "minecraft:item",
"name": "minecraft:netherrack"
}
]
}
]
}
]
}