Dropt

Dropt

3M Downloads

Allow dropping ALL items in the drop list

codetaylor opened this issue ยท 1 comments

commented

Something like this:

{
  "rules": [
    {
      "match": {
        "blocks": {
          "blocks": [
            "minecraft:stone:0"
          ]
        }
      },
      "drops": [
        {
          "item": {
            "drop": "ALL",
            "items" : [
              "minecraft:string",
              "minecraft:dirt",
              "minecraft:cobblestone"
            ]
          }
        }
      ]
    }
  ]
}
commented

This is complete and will be available in Dropt 1.17.0