mirror of
https://github.com/neoforged/NeoForge
synced 2026-08-20 08:23:13 -04:00
Co-authored-by: Apex <robsonlawson3@gmail.com> Co-authored-by: coehlrich <coehlrich@users.noreply.github.com> Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com> Co-authored-by: Matyrobbrt <matyrobbrt@gmail.com> Co-authored-by: Minecraftschurli <minecraftschurli@gmail.com> Co-authored-by: Sara Freimer <sara@freimer.com> Co-authored-by: Sebastian Hartte <shartte@users.noreply.github.com> Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com> Co-authored-by: XFactHD <xfacthd@gmx.de>
10 lines
465 B
Diff
10 lines
465 B
Diff
--- a/net/minecraft/client/multiplayer/ServerData.java
|
|
+++ b/net/minecraft/client/multiplayer/ServerData.java
|
|
@@ -37,6 +_,7 @@
|
|
private byte[] iconBytes;
|
|
private ServerData.Type type;
|
|
private ServerData.State state = ServerData.State.INITIAL;
|
|
+ public net.neoforged.neoforge.client.ExtendedServerListData neoForgeData = null;
|
|
|
|
public ServerData(String p_105375_, String p_105376_, ServerData.Type p_295587_) {
|
|
this.name = p_105375_;
|