add missing fields in ForgeData

This commit is contained in:
Lee 2024-04-10 14:35:16 +01:00
parent b26d5aa67f
commit c9a4e2d4ea

@ -225,6 +225,16 @@ public final class JavaMinecraftServer extends MinecraftServer {
*/ */
private final Mod[] mods; private final Mod[] mods;
/**
* Whether the mod list is truncated.
*/
private final boolean truncated;
/**
* The version of the FML network.
*/
private final int fmlNetworkVersion;
@AllArgsConstructor @Getter @AllArgsConstructor @Getter
public static class Channel { public static class Channel {
/** /**