Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-217793

Budding Amethyst ignores loot table from data packs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 21w08b, 21w17a
    • None
    • Confirmed
    • Data Packs
    • Normal
    • Gameplay

      I cannot alter the drops of Budding Amethyst via data packs.

      Specifically, I used the following loot table in the attached data pack:

       file: data/minecraft/loot_tables/blocks/budding_amethyst.json

      {
        "type": "minecraft:block",
        "pools": [
          {
            "rolls": 1.0,
            "bonus_rolls": 0.0,
            "entries": [
              {
                "type": "minecraft:item",
                "name": "minecraft:amethyst_block"
              }
            ],
            "conditions": [
              {
                "condition": "minecraft:survives_explosion"
              }
            ]
          }
        ]
      }
      

      I also added dirt.json with the identical file content and that works.

            Unassigned Unassigned
            TheOnlyTrueEnte The Only True Ente
            Votes:
            5 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: