Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
Update to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed May 2, 2023
1 parent e994ede commit d76cd79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin'

group = 'io.izzel.lightfall'
version = '1.1.1'
version = '1.1.2'
archivesBaseName = 'lightfallclient'

java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: "1.19.3"
mappings channel: 'official', version: "1.19.4"
runs {
client {
workingDirectory project.file('run')
Expand All @@ -45,7 +45,7 @@ repositories {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.19.3-44.0.5'
minecraft 'net.minecraftforge:forge:1.19.4-45.0.22'
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void setComponent(Component component) {
}

public void render(@NotNull PoseStack poseStack, int p_96531_, int p_96532_, float p_96533_) {
this.renderDirtBackground(0);
this.renderDirtBackground(poseStack);
drawCenteredString(poseStack, this.font, component != null ? component : Component.translatable("connect.connecting"),
this.width / 2, this.height / 2 - 50, 16777215);
super.render(poseStack, p_96531_, p_96532_, p_96533_);
Expand Down

0 comments on commit d76cd79

Please sign in to comment.