-
Bug
-
Resolution: Unresolved
-
None
-
1.16.1, 20w27a, 20w28a, 20w29a, 20w30a, 1.16.2 Pre-release 1, 1.16.2 Pre-release 2, 1.16.2 Pre-release 3, 1.16.2 Release Candidate 1, 1.16.2 Release Candidate 2, 1.16.2, 1.16.3 Release Candidate 1, 1.16.3, 1.16.4 Pre-release 1, 1.16.4, 20w45a, 20w46a, 20w49a, 20w51a, 21w03a, 1.16.5 Release Candidate 1, 1.16.5, 21w07a, 21w08b, 21w11a, 1.17, 1.17.1 Pre-release 1, 1.17.1, 21w40a, 21w44a, 1.18 Release Candidate 1, 1.18.1, 22w03a, 1.18.2, 1.19 Pre-release 1, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 24w11a, 1.21
-
Community Consensus
-
Mob behaviour
The Bug:
Villagers and piglins indefinitely stand around items that they can't pick up.
Steps to Reproduce:
- Summon both a gold ingot and a carrot that cannot be picked up by using the commands provided below.
/summon minecraft:item ~1 ~ ~ {Age:-32768,PickupDelay:32767,Item:{id:"minecraft:gold_ingot",Count:1b}}
/summon minecraft:item ~-1 ~ ~ {Age:-32768,PickupDelay:32767,Item:{id:"minecraft:carrot",Count:1b}}
- Summon both a villager and piglin close by to the dropped items and observe their behavior for a bit.
- Take note as to whether or not villagers and piglins indefinitely stand around items that they can't pick up.
Observed Behavior:
Villagers and piglins indefinitely stand around items that they can't pick up.
Expected Behavior:
Villagers and piglins would ignore items that they can't pick up.
- relates to
-
MC-177120 Villagers don't ignore items when the "mobGriefing" gamerule is disabled
- Open
-
MC-172530 Piglins indefinitely stand around dropped golden items if mobGriefing is disabled
- Resolved
-
MC-176753 Piglins stand around dropped golden items if their "CanPickUpLoot" tag is set to "0b"
- Resolved
-
MC-194201 Foxes indefinitely stand around items when their "CanPickUpLoot" tag is set to "0b"
- Open