Most components of banners not saved when placed/broken
Almost all components of banner blocks are lost when the banner is placed down, and later broken. This leads to behavior such as the banner not being able to stack with other similar banners when picked back up.
Steps to Reproduce:
- Get the following item stack:
/give @p white_banner[minecraft:max_stack_size=99] 99
- Place one banner down
- Break it
→
The max_stack_size component is lost, and will not stack with the other banners it used to stack with.
Expected Results:
- The banner would stack with the other items and keep it's components when placed.