45 lines
No EOL
770 B
JSON
45 lines
No EOL
770 B
JSON
{
|
|
"type": "minecraft:block",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:alternatives",
|
|
"children": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:fern",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:match_tool",
|
|
"predicate": {
|
|
"tag": "forge:shears"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfc:straw",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:match_tool",
|
|
"predicate": {
|
|
"tag": "tfc:sharp_tools"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:survives_explosion"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |