Skip to content

Latest commit

 

History

History

MinecraftJars.Plugin.Mojang

Mojang Mojang plugin for MinecraftJar.NET

Mojang provider plugin for MinecraftJar.NET.

Provider for:

  • Vanilla
  • Bedrock

Installing

The plugin is already bundled with the core library MinecraftJar.NET.

Additional information or steps for this plugin

The plugin has a few minor specialities compared to the core interfaces. If required the interface can be casted to it's instantiated classes.

  • IMinecraftProvider to MojangProvider
  • IMinecraftProject to MojangProject
  • IMinecraftVersion to MojangVersion
    • For all groups the Build ID is the same as the version ID
    • For Bedrock an Os property is provided as the executables are compiled for Windows or Linux
  • IMinecraftDownload to MojangDownload
    • For Bedrock, no Hash or ReleaseTime is provided
    • Older version did not provide as server therefore Url might be empty