-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from Gaming32/port/1.21.2
Port to 1.21.3
- Loading branch information
Showing
40 changed files
with
278 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 3 additions & 5 deletions
8
src/main/java/io/github/gaming32/worldhost/WorldHostComponents.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
package io.github.gaming32.worldhost; | ||
|
||
import io.github.gaming32.worldhost.versions.Components; | ||
import net.minecraft.network.chat.Component; | ||
|
||
public class WorldHostComponents { | ||
public static final Component FRIENDS = Components.translatable("world-host.friends"); | ||
public static final Component SERVERS = Components.translatable("world-host.servers"); | ||
public static final Component PLAY_TEXT = Components.translatable("world-host.play_world"); | ||
public static final Component ELLIPSIS = Components.literal("..."); // TODO: Remove in 1.19.2 | ||
public static final Component FRIENDS = Component.translatable("world-host.friends"); | ||
public static final Component SERVERS = Component.translatable("world-host.servers"); | ||
public static final Component PLAY_TEXT = Component.translatable("world-host.play_world"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.