Skip to content

Commit

Permalink
Update debug info to be more helpful on fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 7, 2024
1 parent 7959a45 commit 8f6f7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static List<DebugInfoSection> getServerInfo() {

static {
DebugInfoSection.builder(Create.NAME)
.put("Mod Version", Create.VERSION)
.put("Mod Version", getVersionOfMod("create")) // fabric: We use this here so that we get the full version
.put("Fabric API Version", getVersionOfMod("fabric-api"))
.put("Minecraft Version", SharedConstants.getCurrentVersion().getName())
.buildTo(DebugInformation::registerBothInfo);
Expand Down

0 comments on commit 8f6f7c3

Please sign in to comment.