-
Bug
-
Resolution: Fixed
-
1.16.1, 1.16.2, 1.16.3 Release Candidate 1, 1.16.3
-
None
-
Confirmed
-
Commands
-
Low
This was not an issue in 1.15.2.
Steps to reproduce:
/summon area_effect_cloud ~ ~ ~ {Duration:1000000,Passengers:[{id:shulker,NoAI:1b}]} /execute as @e[type=shulker] run data merge entity @s {Peek:1b} /execute as @e[type=shulker] run data get entity @s Peek
- See 0b as result; if not continue following the steps.
/execute as @e[type=area_effect_cloud] at @s run tp @s ~ ~0.1 ~ /execute as @e[type=shulker] run data merge entity @s {Peek:1b} /execute as @e[type=shulker] run data get entity @s Peek
- See 0b as result; if not repeat second set of commands up to 10 more times; you're guaranteed to get the Y position where it won't get a non-0 Peek value.