Paper/patches
Joseph Burton 2df1dace32 Fix DataConverter ConverterParticleToNBT.parseProperties
- The old code was using `StringReader.peek()` in a place where it meant to be `StringReader.skip()`.
- The vanilla code allows a trailing comma, but only if there is no whitespace between it and the closing bracket, which is a bit weird. I think that's a bug and it shouldn't allow trailing commas, but if you disagree then only the first issue needs to be fixed.
2024-05-10 00:32:31 -07:00
..
api Update Adventure to 4.17.0 Release 2024-05-08 15:48:45 +01:00
server Fix DataConverter ConverterParticleToNBT.parseProperties 2024-05-10 00:32:31 -07:00