Block entity IDs for bee hives and bee nests are incorrect
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 get minecraft:beehive for both blocks
2019-08-22, 08:50 PM
2019-09-06, 09:18 AM
2019-09-06, 09:18 AM
3
3
-