Update #16 - Fixed boss bar texture
This commit is contained in:
parent
3e84bfbc1a
commit
104abbbb83
|
@ -1 +1 @@
|
||||||
u15
|
u16
|
|
@ -41,7 +41,9 @@
|
||||||
|
|
||||||
~ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
|
~ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
|
||||||
|
|
||||||
> DELETE 21 @ 21 : 30
|
> DELETE 21 @ 21 : 22
|
||||||
|
|
||||||
|
> DELETE 1 @ 1 : 8
|
||||||
|
|
||||||
> CHANGE 44 : 45 @ 44 : 47
|
> CHANGE 44 : 45 @ 44 : 47
|
||||||
|
|
||||||
|
@ -91,11 +93,7 @@
|
||||||
+ GlStateManager.enableBlend();
|
+ GlStateManager.enableBlend();
|
||||||
+ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
|
+ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
|
||||||
|
|
||||||
> INSERT 24 : 25 @ 24
|
> CHANGE 248 : 249 @ 248 : 249
|
||||||
|
|
||||||
+ this.mc.getTextureManager().bindTexture(icons);
|
|
||||||
|
|
||||||
> CHANGE 224 : 225 @ 224 : 225
|
|
||||||
|
|
||||||
~ public void renderVignette(float parFloat1, int scaledWidth, int scaledHeight) {
|
~ public void renderVignette(float parFloat1, int scaledWidth, int scaledHeight) {
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ public class EaglercraftVersion {
|
||||||
/// Customize these to fit your fork:
|
/// Customize these to fit your fork:
|
||||||
|
|
||||||
public static final String projectForkName = "EaglercraftX";
|
public static final String projectForkName = "EaglercraftX";
|
||||||
public static final String projectForkVersion = "u15";
|
public static final String projectForkVersion = "u16";
|
||||||
public static final String projectForkVendor = "lax1dude";
|
public static final String projectForkVendor = "lax1dude";
|
||||||
|
|
||||||
public static final String projectForkURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
|
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 projectOriginName = "EaglercraftX";
|
||||||
public static final String projectOriginAuthor = "lax1dude";
|
public static final String projectOriginAuthor = "lax1dude";
|
||||||
public static final String projectOriginRevision = "1.8";
|
public static final String projectOriginRevision = "1.8";
|
||||||
public static final String projectOriginVersion = "u15";
|
public static final String projectOriginVersion = "u16";
|
||||||
|
|
||||||
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
|
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user