CLI tool for help with developing Minecraft resource packs
- Babashka
- Minecraft Java Edition
- Optional: Blockbench for editing models and textures
With bbin:
bbin install github:hkjels/pack --as packScaffold 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).
Create a symlink from the current directory to your Minecraft resourcepacks folder for live testing.
Tip: Use
F3 + Tin Minecraft to reload after changes to your resource pack.
Packages the current directory into a resource pack for distribution, aka .zip file.
Opens your .minecraft/resourcepacks directory in your default file-explorer.
pack is released under the MIT License.