-
Bug
-
Resolution: Fixed
-
1.19.3 Release Candidate 1, 1.19.3 Release Candidate 2
-
Confirmed
-
Entities
-
Very Important
-
Platform
The Bug:
The NBT data that's on an armor stand (as item) won't be applied to the armor stand when it's being placed down. This was not the case in 1.19.2.
Steps to Reproduce:
- Give yourself an armor stand with some custom "EntityTag" NBT data, for example, an armor stand with "Small" set to "1b" by using the command provided below.
/give @s minecraft:armor_stand{EntityTag:{Small:1b}}
- Place down the armor stand.
- Take note of how the armor stand doesn't have its "Small" NBT tag set to "1b" upon being placed.
Observed Behavior:
"EntityTag" NBT data of armor stands is ignored upon placement.
Expected Behavior:
"EntityTag" NBT data of armor stands would not be ignored upon placement, just like in 1.19.2.
- blocks
-
MC-195002 Armor stands can't be placed in a 1 block high space if the EntityTag "Small:1b" is set
- Open