-
Bug
-
Resolution: Fixed
-
1.19.30.22 Preview, 1.19.20.23 Preview, 1.19.10.24 Preview, 1.19.10.23 Preview, 1.19.10.22 Preview, 1.19.10.21 Preview, 1.19.0.35 Preview, 1.19.0.34 Beta, 1.19.10.20 Preview, 1.19.0.33 Preview, 1.19.0.32 Beta, 1.19.0.31 Preview, 1.19.0.30 Beta, 1.19.0, 1.19.2 Hotfix, 1.19.10, 1.19.20
-
Confirmed
-
Multiple
-
818009
Update!
Tags like minecraft:is_axe, shovel or hoe don't work anymore to give custom tools functionality like vanilla tools (axe, shovel, hoe).
Custom items with minecraft:digger component don't take any block tags into consideration when used like in this example:
"minecraft:digger": { "destroy_speeds": [{ "block": {"tags":"q.any_tag('stone','metal','diamond_pick_diggable')"}, "speed": 8}]}
Before 1.19 beta/preview it was working corectly.
After 1.19 custom item tags and tags from minecraft:digger component didn't work anymore.
Steps to reproduce
Create a behavior pack use the amethyst_pickaxe.json item create a new world mine minecraft:stone notice that the speed is not affected and the block will not drop anything.
- is duplicated by
-
MCPE-155858 Custom Items digger component not working with block tags.
- Resolved
-
MCPE-157174 Block tags no longer work in custom tools
- Resolved