ServerPackManifest

The server pack manifest shipped with every modpack. It includes information about the

  • Minecraft version

  • Modloader

  • Modloader version

  • ServerPackCreator version used in the generation of this server pack

  • A list of relative files included in a server pack

Author

Griefed

Constructors

Link copied to clipboard
constructor(files: List<String>, minecraftVersion: String, modloader: String, modloaderVersion: String)
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun writeToFile(destination: File, objectMapper: ObjectMapper)