Update #2 - Fixed crash when sleeping in a bed

This commit is contained in:
LAX1DUDE 2022-12-26 00:51:38 -08:00
parent a7b1e72181
commit 07f57b7c5a
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
u1
u2

View File

@ -59,9 +59,11 @@
+ GlStateManager.color(1.0f, 1.0f, 1.0f, 1.0f);
> INSERT 226 : 228 @ 213
> INSERT 226 : 230 @ 213
+ if (exitButton != null) {
+ exitButton.yPosition = 3 + mc.guiAchievement.getHeight();
+ }
+
> EOF

View File

@ -8,7 +8,7 @@ public class EaglercraftVersion {
/// Customize these to fit your fork:
public static final String projectForkName = "EaglercraftX";
public static final String projectForkVersion = "u1";
public static final String projectForkVersion = "u2";
public static final String projectForkVendor = "lax1dude";
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
@ -23,7 +23,7 @@ public class EaglercraftVersion {
public static final String projectOriginName = "EaglercraftX";
public static final String projectOriginAuthor = "lax1dude";
public static final String projectOriginRevision = "1.8";
public static final String projectOriginVersion = "u1";
public static final String projectOriginVersion = "u2";
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";