-
Bug
-
Resolution: Unresolved
-
None
-
1.16.2, 1.16.3, 20w51a, 21w03a, 1.16.5, 21w08b, 1.21
-
Confirmed
-
(Unassigned)
when attempting to spawn in a pillager, it will have the CanPickUpLoot data set as 1b/true, and cannot be changed. The same goes for pillager_spawn_eggs that are given to the player via commands with EntityTag data (even if it's empty).
Steps to Reproduce:
- Summon a pillager:
/summon minecraft:pillager
- Observe it's CanPickUpLoot data:
/data get entity @n[type=minecraft:pillager] CanPickUpLoot
→ Data is True
- Try and modify it:
/data modify entity @n[type=minecraft:pillager] CanPickUpLoot set value false - Repeat step 2
Expected Result:
The data would be changed to False.
Observed Behavior:
The data is not changed.