Command parser handles double commas inconsistently
In list tags, Minecraft treats two commas as equivalent to one comma if there's no space between them, but as equivalent to ,"", if there is a space between them. For example, [1,,2] is equivalent to [1,2] (an IntArray of length 2), but [1, ,2] is equivalent to [1,"",2] (a List of length 3).
2015-03-23, 10:51 AM
2016-01-11, 05:14 PM
2016-01-11, 05:14 PM
0
3
-