Currently it is quite hard to make a block place-able on everything in Minecraft adventure mode. It would be very useful if the CanPlaceOn tag had a way to make an item/block place-able on everything. (Issue also applies to CanDestroy)
Could be implemented something like:
/give @p minecraft:oak_log{CanPlaceOn:[all]}
/give @p minecraft:wooden_pickaxe{CanDestroy:[all]}
or
/give @p minecraft:oak_log{CanPlaceOnAll:1b}
Currently, you have to list out every block (or as close as you can get):
/give @p minecraft:oak_log{CanPlaceOn:["stone","granite","polished_granite","diorite","polished_diorite","andesite","polished_andesite","grass_block","dirt",...
This would be extremely useful for map makers and for arena place-ables like web traps or crafting kits.
Thanks for reading!
Please sign in to leave a comment.
3 Comments