The bug
Bee hives and bee nests are different blocks, and the F3 debug screen says they are minecraft:bee_hive
and minecraft:bee_nest
(with underscores) respectively. But if you use /data get block ~ ~-1 ~ id
to check their NBT data, the id
tag of both blocks is listed as minecraft:beehive
(no underscore).
To reproduce
Place a bee hive
Place a bee nest
Run
/data get block ~ ~-1 ~ id
while standing on them
→ ❌ You getminecraft:beehive
for both blocks
Linked issues
Comments 0
No comments.