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
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:
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 {
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user