Update chunk version color map
This commit is contained in:
parent
e0619ec650
commit
9648457727
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ public class ChunkVersionHDShader implements HDShader {
|
|||
new DataVersionMap(2730, "1.17.1", 0xEB984E),
|
||||
new DataVersionMap(2860, "1.18.0", 0xA3E4D7),
|
||||
new DataVersionMap(2865, "1.18.1", 0x48C9B0),
|
||||
new DataVersionMap(2975, "1.18.2", 0x38bfa5),
|
||||
new DataVersionMap(3105, "1.19", 0xd56f82),
|
||||
new DataVersionMap(3116, "1.19.1", 0xe196a4),
|
||||
};
|
||||
final static Color unknown_color = new Color(255, 255, 255);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue