can confirm in 1.21.5
can confirm in 1.21.2-pre1
can confirm in 1.21.2-pre1
can confirm for 1.21.2-pre1
can confirm in 1.21.2-pre1
i have attached a resource pack demonstrating the issue.
can confirm in 24w40a; this behavior is not present in 1.7.10
can confirm in 24w40a
can confirm in 1.21.1
this was unintentionally fixed in 24w36a
this does not entirely make resummoning the ender dragon impossible, but it does make it very difficult. here is a video demonstrating one way it can be done: https://youtu.be/bVBYrtisZAg
the color palette roughly matches that of tuff, with screenshot-1.png showing the tuff part of the key, tuff, and polished tuff palettes, though it isn't an exact match.
can confirm in 1.20.4, attached video demonstrating the behavior
Worth noting that SOH is Start of Heading, ␁, which is codepoint $01
, which may be an indicator that the game is reading garbage data. in all, the string "␁\␁]␁" is $01 5c 01 5b 01
. This string was mentioned for scancode.310 in this MinecraftForum post, which went unanswered, back in 1.8.9. RShift is 229
according to this table, however this user's keyboard seems to be nonstandard, as they were able to get RShift recognized by holding Mouse1 at the same time they hit the key. Scancode 310
should be a modifier key according to the earlier table, however that table seems to conflict with the data gathered for MC-170376, so this should be taken with a grain of salt. Code analysis will need to be done to disambiguate whether the game is actually referring to scancodes, or is erroneously referring to keycodes as scancodes.
It should be noted that this does happen to items, but as far as I am aware, no other entity.
i don’t understand how this could be working as intended. if flite is considered to be an optional dependency, then errors occurring if it is not present should be corrected, and if flite is considered to be a required dependency that should be reëvaluated as it is only necessary for a single function of the game, without which no other functionality is impacted.