Skip to content

Commit

Permalink
🐛 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Dec 2, 2024
1 parent 0efe4af commit 0874850
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class #kituin$ChatComponentMixinClass# {
// IF >= fabric-1.16.5
// private MinecraftClient client;
// ELSE IF >= forge-1.16.5
// private MinecraftClient client;
// private Minecraft minecraft;
// END IF
@ModifyVariable(at = @At("HEAD"),
method = "#kituin$addMessageMixin#",
Expand Down Expand Up @@ -75,7 +75,7 @@ public class #kituin$ChatComponentMixinClass# {
// ELSE IF < fabric-1.19
// return text.asString();
// ELSE
// return text.getContents()
// return text.getContents();
// END IF
}

Expand Down

0 comments on commit 0874850

Please sign in to comment.