Skip to content

Commit

Permalink
Updated version and textures
Browse files Browse the repository at this point in the history
*Incremented version to 1.1.8
*Updated textures slightly
  • Loading branch information
CleverNucleus committed May 5, 2021
1 parent ba5177c commit 4130446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false

mod_version=1.1.7.5
mod_version=1.1.8
mod_group=com.github.clevernucleus
mod_name=playerex
mod_author=CleverNucleus
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private static boolean isRotten(ItemStack par0) {
private static int healthLat(final PlayerEntity par0) {
if(par0.isPotionActive(Effects.WITHER)) return 213;
if(par0.isPotionActive(Effects.POISON)) return 205;
//if(par0.isPotionActive(Effects.FROSTBITE)) return 221; TODO
if(par0.isPotionActive(Effects.ABSORPTION)) return 197;

return 189;
Expand Down Expand Up @@ -109,7 +110,7 @@ private static void drawHealthBar(MatrixStack par0, Minecraft par1, boolean par2
GL11.glPushMatrix();
GL11.glScalef(0.8F, 0.8F, 0.8F);

var2.drawString(par0, var3, 1.25F * (var4 - 48), 1.25F * (varY - 36F), 0xFFFFFF);
var2.drawString(par0, var3, 1.25F * (var4 - 48), 1.25F * (varY - 36F), 0xFFFFFF);//0x000066); TODO WHEN FROSTY

GL11.glPopMatrix();
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license="MIT License"

[[mods]]
modId="playerex"
version="1.1.7.5"
version="1.1.8"
displayName="Player Ex"
displayURL="https://github.com/CleverNucleus/PlayerEx"
logoFile="logo.png"
Expand Down
Binary file modified src/main/resources/assets/playerex/textures/gui/gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4130446

Please sign in to comment.