make items darker in pause menu

This commit is contained in:
LabyStudio
2022-02-13 04:32:21 +01:00
parent bcdbe4240b
commit 6e46e5e838
4 changed files with 29 additions and 3 deletions
+3
View File
@@ -158,6 +158,9 @@ window.Minecraft = class {
this.window.exitFocus();
screen.setup(this, this.window.width, this.window.height);
}
// Update items
this.itemRenderer.rebuildAllItems();
}
onTick() {