A Minecraft resource packs for server WhoMine
(Project is in development, so there is shit)
Please be aware that our server's primary resource pack contains a large amount of furniture and decorative elements.
This may cause discomfort for individuals with epiplaphobia (fear of furniture). Please take this into consideration when joining the server.
This script is designed to compress JSON and PNG files and place them in the appropriate resourcepack archives
- Make sure that the
pack.mcmeta
file is present in each resourcepack directory - Open a terminal or command prompt
-
Make sure you have Pillow installed on your system
pip3 install Pillow
- Navigate to the script's directory using the
cd
command -
Run the script by executing the following command:
python3 zipper.py
After running the script, you will find several archive files in the same directory as the script —
these are resource packs whose files have been compressed and placed in the archive.
Each of the archives has a folder name where the pack.mcmeta file is located, as well as other resourcepack files.
For any questions or issues related to the script, feel free to open an issue in the repository.