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).
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).
Confirmed
byte-array, case-sensitive, integer-array, nbt
Minecraft 17w16a
Retrieved
Not much to say, works as intended.