Add map data versions for 1.19.2, 1.19.3, 1.19.4

This commit is contained in:
Michael Primm 2023-03-21 18:55:29 -05:00
parent 89d06d158d
commit 76649c6250
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ public class ChunkVersionHDShader implements HDShader {
new DataVersionMap(2975, "1.18.2", 0x38bfa5), new DataVersionMap(2975, "1.18.2", 0x38bfa5),
new DataVersionMap(3105, "1.19", 0xd56f82), new DataVersionMap(3105, "1.19", 0xd56f82),
new DataVersionMap(3116, "1.19.1", 0xe196a4), new DataVersionMap(3116, "1.19.1", 0xe196a4),
new DataVersionMap(3120, "1.19.2", 0xe7aeb8),
new DataVersionMap(3218, "1.19.3", 0xf8c0c8),
new DataVersionMap(3337, "1.19.4", 0xffb6c1),
}; };
final static Color unknown_color = new Color(255, 255, 255); final static Color unknown_color = new Color(255, 255, 255);