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.
Attachments
Comments 3
Thanks, I can confirm this now. This issue is a bit interesting...
If you blow the budding amethyst block up with TNT, you get the drop. But mining it with a pickaxe doesn't provide one. Which to me makes it sound like MC-138163 (proper tool conditions aren't a part of block loot tables), but as far as I can tell, the pickaxe is indeed the proper tool for budding amethyst. So this is a bit unusual
Please attach the full data pack if you can