Downloads a Minecraft version and all of its assets.
Downloading Minecraft 1.19.3.
// Import the functionsimport { downloadMinecraft } from "mc-piston-api";// Download Minecraft!await downloadMinecraft("1.19.3", "./minecraft");
The Minecraft version to download.
An optional root directory to download to. Defaults to ./ (the current directory).
./
Generated using TypeDoc
Downloads a Minecraft version and all of its assets.
Example
Downloading Minecraft 1.19.3.