Details
-
Type:
Bug
-
Status: Reopened
-
Resolution: Unresolved
-
Affects Version/s: Minecraft 16w07a, Minecraft 1.12.2, Minecraft 17w45b, Minecraft 1.13-pre3, 1.16.1, 1.16.2, 1.16.4, 20w48a, 21w03a, 21w05a, 21w05b, 21w06a, 21w07a
-
Fix Version/s: None
-
Confirmation Status:Confirmed
-
Category:(Unassigned)
Description
The bug
The Json exception that is thrown when a score component has no name or objective key is misspelled. It should say "at least", not "a least".
A score component needs a least a name and an objective
How to reproduce
/tellraw @s {"score":{}}
Affected class and method
Minecraft 1.8 decompiled using MCP
Class: net.minecraft.util.IChatComponent.Serializer
Method: public IChatComponent deserialize(JsonElement p_deserialize_1_, Type p_deserialize_2_, JsonDeserializationContext p_deserialize_3_)
Minecraft 16w07a
Class: eu.a
Method: public eu a(JsonElement ?, Type ?, JsonDeserializationContext ?) throws JsonParseException