-
Bug
-
Resolution: Fixed
-
20w51a, 1.17.1, 21w37a, 1.18.1, 1.18.2, 22w19a, 1.19, 1.19.1, 1.19.2, 22w45a
-
None
-
Confirmed
-
Mob behaviour
-
Low
This is without a doubt due to potted plants not having an assigned item due to 1.13's refactoring, but this behaviour seems very wrong. Although endermen drop empty flower pots when killed, they drop neither the pot nor the plant when killed while holding a potted plant.
Steps to reproduce
/summon minecraft:enderman ~ ~ ~ {carriedBlockState:{Name:potted_bamboo}}
- Kill it
→ no pots or bamboo are dropped /summon minecraft:enderman ~ ~ ~ {carriedBlockState:{Name:flower_pot}}
- Kill it
-> The pot is dropped
Expected Result
The expected behavior would be that endermen holding potted plants would drop the plant and the pot upon being killed.