-
Bug
-
Resolution: Fixed
-
23w12a
-
None
-
Confirmed
-
Block states
-
Normal
-
Expansion B
The Bug:
Inconsistent naming of block states for the hatching of sniffer and turtle eggs.
Turtle eggs refer to their hatching state as "hatch" while sniffer eggs refer to their hatching state as "age". This is inconsistent.
Steps to Reproduce:
- Summon both a sniffer egg and turtle egg that are about to hatch by using the command provided below.
/setblock ~1 ~ ~1 minecraft:sniffer_egg[age=1]
/setblock ~1 ~ ~3 minecraft:turtle_egg[hatch=1]
- Enable the F3 debug screen and look at the block states of both of the blocks.
- Take note as to whether or not there is inconsistent naming of block states for the hatching of sniffer and turtle eggs.
Observed Behavior:
There is inconsistent naming of block states for the hatching of sniffer and turtle eggs.
Expected Behavior:
The naming of block states for the hatching of sniffer and turtle eggs would be consistent.