add missing fields in ForgeData
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m11s

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;
/**
* Whether the mod list is truncated.
*/
private final boolean truncated;
/**
* The version of the FML network.
*/
private final int fmlNetworkVersion;
@AllArgsConstructor @Getter
public static class Channel {
/**