Commit Graph
9 Commits
Author SHA1 Message Date
Joseph Burton 67b30c5ed5 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:31:58 -07:00
Joseph Burton 128ea2f10b Fix lodestone compass target conversion 2024-05-04 12:58:06 +02:00
Joseph Burton 4a8b9a03eb Fix can_place_on conversion and size check for item containers 2024-05-02 20:23:15 +02:00
Joseph Burton bccba9bc30 Ignore minecart in activation range (#10359) 2024-04-07 00:50:43 +01:00
Joe 68b63a9341 Copy NBT in legacy dragon fight converter 2023-09-06 18:33:31 -07:00
Joe 14f834f0a5 Copy NBT in upgrade data neighbor ticks 2023-09-06 18:30:02 -07:00
Joseph Burton f34f678b20 Fix campfire walker in V1920 2022-06-06 17:51:12 -07:00
Joseph Burton 382529a546 [DataConverter] Fix generator options parsing 2022-06-05 22:49:42 +01:00
Joseph Burton 56d8a72eee Fix V1451 dataconverter stat types 2022-04-25 18:06:04 +02:00