-
Bug
-
Resolution: Unresolved
-
None
-
1.21
-
None
-
Confirmed
-
Commands, Items
-
Low
-
Platform
The item spawned by a /give command can be detected by commands for a single server tick after the command is run
Steps to reproduce:
- Create and empty world with no item entities
- Place and power a repeating command block with the command "execute as @e[type=item] run say hello"
- /give yourself any item
Observed result:
hello is printed once.
Expected result:
hello is not printed at all.