Add map data versions for 1.19.2, 1.19.3, 1.19.4
This commit is contained in:
parent
9ff3d2284a
commit
1fbc54ecdc
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue