pkej / packs

Some of the packs on https://vanillatweaks.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla Tweaks Packs

This is the official repo for the source of some of the Vanilla Tweaks packs.

Compilation

To compile a pack, run npm run build followed by the path of the data pack's directory.

Example:

npm run build datapacks/1.17/graves

Development

To actively develop a pack, do the same but with watch instead of build. This will automatically re-compile when the pack is edited.

Example:

npm run watch datapacks/1.17/graves

About

Some of the packs on https://vanillatweaks.net


Languages

Language:TypeScript 99.2%Language:Shell 0.8%