Skip to content

Commit

Permalink
Show (fabric) in Gun Hud Overlay versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGyul committed Aug 10, 2024
1 parent f253922 commit 2b8a938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static void onHudRender(DrawContext context) {
// Module Version Information
String minecraftVersion = SharedConstants.getGameVersion().getName();
String modVersion = FabricLoader.getInstance().getModContainer(GunMod.MOD_ID).orElseThrow().getMetadata().getVersion().getFriendlyString();
String debugInfo = String.format("%s-%s", minecraftVersion, modVersion);
String debugInfo = String.format("%s-%s (fabric)", minecraftVersion, modVersion);
// copies
poseStack.push();
poseStack.scale(0.5f, 0.5f, 1);
Expand Down

0 comments on commit 2b8a938

Please sign in to comment.