clean up config menu, remove fake transparency
This commit is contained in:
+2
-2
@@ -261,7 +261,7 @@ public class UpdateModScreen extends DhScreen
|
|||||||
#if MC_VER > MC_1_12_2
|
#if MC_VER > MC_1_12_2
|
||||||
matrices, this.font,
|
matrices, this.font,
|
||||||
#endif
|
#endif
|
||||||
Translatable(ModInfo.ID + ".updater.text1"),
|
Translatable(ModInfo.ID + ".updater.updateAvailable"),
|
||||||
this.width / 2, this.height / 2 - 35,
|
this.width / 2, this.height / 2 - 35,
|
||||||
#if MC_VER < MC_1_21_6
|
#if MC_VER < MC_1_21_6
|
||||||
0xFFFFFF // RGB
|
0xFFFFFF // RGB
|
||||||
@@ -273,7 +273,7 @@ public class UpdateModScreen extends DhScreen
|
|||||||
#if MC_VER > MC_1_12_2
|
#if MC_VER > MC_1_12_2
|
||||||
matrices, this.font,
|
matrices, this.font,
|
||||||
#endif
|
#endif
|
||||||
Translatable(ModInfo.ID + ".updater.text2", this.currentVer, this.nextVer),
|
Translatable(ModInfo.ID + ".updater.updateConfirmation", this.currentVer, this.nextVer),
|
||||||
this.width / 2, this.height / 2 - 20,
|
this.width / 2, this.height / 2 - 20,
|
||||||
#if MC_VER < MC_1_21_6
|
#if MC_VER < MC_1_21_6
|
||||||
0x52FD52 // RGB
|
0x52FD52 // RGB
|
||||||
|
|||||||
+1
-1
Submodule coreSubProjects updated: b14701ef6b...c81dc83bb1
Reference in New Issue
Block a user