Skip to content

Generating Multiple drops from an item #380

Answered by Nincodedo
BSarmady asked this question in Q&A
Discussion options

You must be logged in to vote

Adding multiple items to a pool will just give you more chances at that one roll. But adding multiple pools will allow multiple items to drop. So it would look something like this.

{
  "type": "minecraft:block",
  "pools": [
    {
      "rolls": 1,
      "bonus_rolls": 0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "name": "minecraft:iron_ore",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "enchantments": [
                      {
                        "enchan…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BSarmady
Comment options

Answer selected by BSarmady
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants