Skip to content

hkjels/pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧱 pack

CLI tool for help with developing Minecraft resource packs

Requirements

Installation

With bbin:

bbin install github:hkjels/pack --as pack

Commands

pack init <path> [--description <text>] [--mc <version>]

Scaffold a new resource pack in the given path.

pack init medieval --mc 1.20.4 --description "Medieval texture pack"

If no description is provided, you'll be prompted interactively. The --mc version is used to determine the correct pack_format (26 by default).

pack dev

Create a symlink from the current directory to your Minecraft resourcepacks folder for live testing.

Tip: Use F3 + T in Minecraft to reload after changes to your resource pack.

pack build

Packages the current directory into a resource pack for distribution, aka .zip file.

pack preview

Opens your .minecraft/resourcepacks directory in your default file-explorer.

License

pack is released under the MIT License.

About

CLI tool for help with developing Minecraft resource packs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors