Add-on Loot Tables match tool condition drops items when bare hand used
When coding add-on loot tables using the condition match tool players can use their hands instead of the designated tool to obtain the loot.
Steps to Reproduce:
- Code a loot table file for either an entity or block.
- Include in the loot table file the following match tool condition code:
- { "condition": "match_tool", "item": "minecraft:gold_sword" }
- Use your empty hand instead of the Gold Sword to make the entity drop the item
Observed Results:
Item will drop when using empty hand slot
Expected Results:
Item does not drop when using empty hand