-
Bug
-
Resolution: Fixed
-
Minecraft 1.9, Minecraft 1.9.1 Pre-Release 1, Minecraft 1.9.1 Pre-Release 2, Minecraft 1.9.1 Pre-Release 3, Minecraft 1.9.2, Minecraft 16w14a, Minecraft 16w15a, Minecraft 16w15b, Minecraft 16w20a, Minecraft 16w41a, Minecraft 16w42a, Minecraft 16w43a, Minecraft 16w44a, Minecraft 1.11 Pre-Release 1, Minecraft 1.11, Minecraft 16w50a, Minecraft 1.11.2, Minecraft 17w06a, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 18w02a, 1.16.1, 20w27a, 1.16.4, 20w48a, 21w03a, 1.16.5, 21w05b, 21w06a, 21w07a, 21w11a, 21w13a, 21w14a, 21w16a, 21w17a, 21w18a, 21w19a, 21w20a, 1.17 Pre-release 1, 1.17 Pre-release 2, 1.17, 1.17.1, 21w39a, 21w40a, 21w42a, 1.18 Pre-release 1, 1.18, 1.18.1 Pre-release 1, 1.18.1, 1.18.2
-
Confirmed
-
Block states, Textures and models
-
Low
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: demo.mp4