implement mojang lightning of a1.2.6

This commit is contained in:
LabyStudio
2022-02-01 21:08:09 +01:00
parent 76e7f9fd84
commit 14c13297fb
12 changed files with 458 additions and 158 deletions
@@ -0,0 +1,4 @@
window.EnumSkyBlock = class {
static SKY = 0;
static BLOCK = 1;
}