-
Bug
-
Resolution: Works As Intended
-
None
-
24w12a
-
Confirmed
-
(Unassigned)
Expected Result:
When repaired in a Crafting Interface, Custom Tool maintains any Component Data except Enchantments, Custom Name, etc.
Actual Result:
It loses all Component Data except Damage and Max Damage
Steps to reproduce:
- Give yourself the Custom Tool two times using the following:
/give @s paper[minecraft:tool={rules:[{blocks:"#mineable/pickaxe",correct_for_drops:true}]},minecraft:max_damage=100,minecraft:damage=0,minecraft:max_stack_size=1] 2
Maybe also check the Data using the following:
/data get entity @s Inventory[<index of tool item>]
- Mine something that you would mine with a pickaxe and see the block drop
- Repair the tool in a Crafting Interface using the duplicate one
- Try mining something again, notice it won't drop anything.
- Check the Data again:
/data get entity @s Inventory[{id:"minecraft:paper"}]
- See it lost Data that it probably shouldn't have (Tool Data, Max Stack Size)
- is duplicated by
-
MC-276534 Most of the components of a custom tool are removed when the tool is repaired in a craft.
- Resolved