Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
TonimatasDEV committed Sep 21, 2023
1 parent 543d41c commit 3350fc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
public class PacketFixerFabric implements ModInitializer {
@Override
public void onInitialize() {
LogUtils.getLogger().info("PacketFixer (Fabric) has been initialized successfully");
LogUtils.getLogger().info("Packet Fixer (Fabric) has been initialized successfully");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
@Mod("packetfixer")
public class PacketFixerForge {
public PacketFixerForge() {
LogUtils.getLogger().info("PacketFixer (Forge) has been initialized successfully");
LogUtils.getLogger().info("Packet Fixer (Forge) has been initialized successfully");
}
}
2 changes: 1 addition & 1 deletion forge/src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"description": "PacketFixer resources",
"description": "Packet Fixer resources",
"pack_format": 9
}
}

0 comments on commit 3350fc0

Please sign in to comment.