1.0.0 • Published 4 years ago

minecraft-path v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

minecraft-path Travis CI Build Status

Get the directory where the Minecraft files are stored.

NPM Badge

Install

npm install minecraft-path

Usage

const minecraftPath = require("minecraft-path");

minecraftPath();
//=> "C:\\Users\\richi\\AppData\\Roaming\\.minecraft"

minecraftPath.win10();
//=> "C:\\Users\\richi\\AppData\\Local\\Packages\\Microsoft.MinecraftUWP_8wekyb3d8bbwe\\LocalState\\games\\com.mojang"

API

minecraftPath()

Get the directory where the Minecraft Java Edition files are stored.

minecraftPath.win10()

Get the directory where the Minecraft Windows 10 Edition files are stored.