I discovered that the block tags like #mineable/pickaxe or #mineable/shovel are not usable in a command that uses CanBreak or CanPlaceOn.
Minecraft Adventure Mode does not include a way to limit players from breaking blocks using only the correct tools in general; instead, it forces the need to write every single block that it can break, which is over 300 blocks now that are all contained in the #mineable/pickaxe tag found in all related blocks.
In summary, I wanted to force players to have the correct tool to manipulate the world, rather than allowing a shovel or fist to break stone. The solution, I believe, is found in implementing block tags as viable options in conjunction with blocks.
Please sign in to leave a comment.
0 Comments