added update checker toast

This commit is contained in:
C10udburst
2022-02-16 13:14:02 +01:00
parent 6aaf590ebb
commit e16006a79e
8 changed files with 79 additions and 3 deletions

View File

@@ -28,7 +28,8 @@
"meteor-rejects-meteor.mixins.json"
],
"custom": {
"meteor-client:color": "227,0,0"
"meteor-client:color": "227,0,0",
"updater:sha": "@gh_hash@"
},
"depends": {
"java": ">=16",

View File

@@ -12,7 +12,8 @@
"LivingEntityRendererMixin",
"MinecraftClientMixin",
"StructureVoidBlockMixin",
"ToastManagerMixin"
"ToastManagerMixin",
"TitleScreenMixin"
],
"injectors": {
"defaultRequire": 1