Update #16 - Fixed boss bar texture

This commit is contained in:
LAX1DUDE 2023-01-23 16:21:31 -08:00
parent 3e84bfbc1a
commit 104abbbb83
3 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
u15
u16

View File

@ -41,7 +41,9 @@
~ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
> DELETE 21 @ 21 : 30
> DELETE 21 @ 21 : 22
> DELETE 1 @ 1 : 8
> CHANGE 44 : 45 @ 44 : 47
@ -91,11 +93,7 @@
+ GlStateManager.enableBlend();
+ GlStateManager.tryBlendFuncSeparate(770, 771, 1, 0);
> INSERT 24 : 25 @ 24
+ this.mc.getTextureManager().bindTexture(icons);
> CHANGE 224 : 225 @ 224 : 225
> CHANGE 248 : 249 @ 248 : 249
~ public void renderVignette(float parFloat1, int scaledWidth, int scaledHeight) {

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 = "u15";
public static final String projectForkVersion = "u16";
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 = "u15";
public static final String projectOriginVersion = "u16";
public static final String projectOriginURL = "https://gitlab.com/lax1dude/eaglercraftx-1.8";