UNPKG

mcrp-util

Version:

A one-stop shop for all things Resource Pack, the Texture Pack replacement since 1.6-pre

46 lines (30 loc) 518 B
# mcrp-util A utility for working with Minecraft Resource Packs ##### NOTE: This utility is still in alpha and features are subject to change at any given moment. ### Install from source ``` cd <PACKAGE DIRECTORY> npm link -g mcrp -h ``` ### Install ``` npm i -g mcrp-util ``` ### Usage Install a Resource Pack ``` mcrp -i <PATH TO RESOURCE PACK> ``` View Resource Packs that are installed ``` mcrp -l ``` Uninstall a Resource Pack ``` mcrp -r <RESOURCE PACK NAME> ``` View all commands ``` mcrp -h ```