Update #3 - Fixed graphical bug in survival inventory
This commit is contained in:
parent
07f57b7c5a
commit
6041bfbbd7
|
@ -1 +1 @@
|
|||
u2
|
||||
u3
|
|
@ -24,27 +24,31 @@
|
|||
|
||||
> DELETE 22 @ 19 : 20
|
||||
|
||||
> CHANGE 210 : 211 @ 208 : 209
|
||||
> INSERT 103 : 104 @ 101
|
||||
|
||||
+ GlStateManager.enableAlpha();
|
||||
|
||||
> CHANGE 211 : 212 @ 208 : 209
|
||||
|
||||
~ EaglerTextureAtlasSprite textureatlassprite = this.mc.getTextureMapBlocks().getAtlasSprite(s1);
|
||||
|
||||
> CHANGE 267 : 268 @ 265 : 266
|
||||
> CHANGE 268 : 269 @ 265 : 266
|
||||
|
||||
~ protected void mouseClicked(int parInt1, int parInt2, int parInt3) {
|
||||
|
||||
> CHANGE 503 : 507 @ 501 : 503
|
||||
> CHANGE 504 : 508 @ 501 : 503
|
||||
|
||||
~ protected void keyTyped(char parChar1, int parInt1) {
|
||||
~ if (parInt1 == this.mc.gameSettings.keyBindClose.getKeyCode()
|
||||
~ || parInt1 == this.mc.gameSettings.keyBindInventory.getKeyCode()
|
||||
~ || (parInt1 == 1 && this.mc.gameSettings.keyBindClose.getKeyCode() == 0)) {
|
||||
|
||||
> CHANGE 508 : 510 @ 504 : 512
|
||||
> CHANGE 509 : 511 @ 504 : 512
|
||||
|
||||
~ if (this.mc.currentScreen == null) {
|
||||
~ this.mc.setIngameFocus();
|
||||
|
||||
> INSERT 511 : 522 @ 513
|
||||
> INSERT 512 : 523 @ 513
|
||||
|
||||
+ } else if (parInt1 == 1) {
|
||||
+ showingCloseKey = System.currentTimeMillis();
|
||||
|
@ -58,6 +62,6 @@
|
|||
+ }
|
||||
+ }
|
||||
|
||||
> DELETE 523 @ 514 : 515
|
||||
> DELETE 524 @ 514 : 515
|
||||
|
||||
> 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 = "u2";
|
||||
public static final String projectForkVersion = "u3";
|
||||
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 = "u2";
|
||||
public static final String projectOriginVersion = "u3";
|
||||
|
||||
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user