Skip to content

Commit

Permalink
Fix damage particle colours, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Dec 5, 2024
1 parent 2c41c44 commit 9abb6a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ loader_version=0.14.21
fabric_version=0.84.0+1.20.1

# Mod Properties
mod_version = 1.20.1-fabric-1
mod_version = 1.20.1-fabric-2
maven_group = net.torocraft
archives_base_name = torohealth
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static void drawDamageNumber(MatrixStack matrix,
minecraft.textRenderer.draw(
s, (float) (x + (width / 2) - sw), (float) y + 5, color, false,
matrix.peek().getPositionMatrix(), vertexConsumerProvider,
TextRenderer.TextLayerType.NORMAL, 0, 0);
TextRenderer.TextLayerType.NORMAL, 0, 15728880);
}

private static void drawBar(Matrix4f matrix4f, double x, double y, float width, float percent,
Expand Down

0 comments on commit 9abb6a0

Please sign in to comment.