Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Works As Intended
-
Affects Version/s: Minecraft 17w16a
-
Fix Version/s: None
-
Labels:
-
Confirmation Status:Confirmed
Description
When declaring an integer or byte array (tag:[I;1,2,3], tag:[B;1b,2b,3b]), the "I" and "B" must be capitalized, unlike the declaration for tag values themselves (such as 1b or 1B both being acceptable).