Allow dropping ALL items in the drop list
codetaylor opened this issue ยท 1 comments
Something like this:
{
"rules": [
{
"match": {
"blocks": {
"blocks": [
"minecraft:stone:0"
]
}
},
"drops": [
{
"item": {
"drop": "ALL",
"items" : [
"minecraft:string",
"minecraft:dirt",
"minecraft:cobblestone"
]
}
}
]
}
]
}