The bug
If you place a bottle in the brewing stand, you can notice that the arm texture will be flipped and arm extended half pixel outside with default resource pack. In normal state two brewing stand angled arms are pushed half pixel inside with default resource pack.
How to reproduce
Place a brewing stand:
/setblock ~ ~ ~1 brewing_stand
Insert a potion into the first slot of the brewing stand:
/data modify block ~ ~ ~1 Items append value {Slot:0,id:potion,Count:1}
→ ✔ The brewing stand arm is not extended
Insert a potion into the second or third slot of the brewing stand:
/data modify block ~ ~ ~1 Items append value {Slot:1,id:potion,Count:1}
→ ❌ The brewing stand arm is extended
Video
Video demonstrating the issue:
[media]Attachments
Comments 32
Can still reproduce in 1.16.4 and 20w48a. Note that only the second and third brewing stand slots are affected.
Can confirm not fixed. The video attached by Avoma is showing the only slot that is not affected, it needs to be one of the ones diagonal on the block grid.
confirmed, it extends half a pixel (reported used a hd resource pack)