Update #2 - Fixed crash when sleeping in a bed
This commit is contained in:
parent
a7b1e72181
commit
07f57b7c5a
|
@ -1 +1 @@
|
|||
u1
|
||||
u2
|
|
@ -59,9 +59,11 @@
|
|||
|
||||
+ GlStateManager.color(1.0f, 1.0f, 1.0f, 1.0f);
|
||||
|
||||
> INSERT 226 : 228 @ 213
|
||||
> INSERT 226 : 230 @ 213
|
||||
|
||||
+ exitButton.yPosition = 3 + mc.guiAchievement.getHeight();
|
||||
+ if (exitButton != null) {
|
||||
+ exitButton.yPosition = 3 + mc.guiAchievement.getHeight();
|
||||
+ }
|
||||
+
|
||||
|
||||
> EOF
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user