Old Neo Forge Instance
class OldNeoForgeInstance(val minecraftVersion: String, val neoForgeVersion: String, minecraftMeta: MinecraftMeta) : NeoForgeInstance
An instance of a complete NeoForge combination, containing a Minecraft version, related NeoForge version and the URL to the server installer.
Author
Griefed
Parameters
minecraft Version
Minecraft version.
neo Forge Version
NeoForge version.
minecraft Meta
The corresponding Minecraft client for this NeoForge version.
Throws
if the URL to the download of the Forge server installer could not be created.
Functions
Link copied to clipboard
Get this Forge instances corresponding Minecraft client instance, wrapped in an Optional