Head Hunter
Posted on June 21, 2023 • 1 minutes • 149 words
Table of contents
https://OpenBagTwo.github.io/head-hunter
A package for customizing Vanilla Tweaks' Wandering Trades data pack to stock everyone's favorite ex-nitwit with your own personalized list of custom player heads.
Functionality
This package is compatible with Python 3.8 or newer and consists of four modules:
extract
, which extracts files from existing data packsparse
, which parses head configurations from data pack functions and/give
commandswrite
, which write the various data pack filesrelease
, which bundles everything up into a handy zip file
You can grab information about the methods in each module using the help() function, or you can browse the API documentation online .
There’s also a handy end-to-end tutorial that you can even run interactively in Jupyter .
License
The head_hunter
package and its contents are licensed under the GNU Public License v3
. Any data packs produced
by this package must be licensed under Vanilla Tweaks’ terms of use
.