Metadata-Version: 2.1
Name: mcresources
Version: 1.5.8
Summary: A Python Data Generator for Minecraft Modding
Home-page: https://github.com/alcatrazEscapee/mcresources
Author: Alex O'Neill
Author-email: alex@molleroneill.com
License: MIT
Keywords: python,minecraft,resources,modding,forge
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Minecraft Resource Generator

This is a python module aimed to enable simple generation of the many json files that are required for Minecraft modding.

### Pack Format

Updates of this tool will track the latest pack format (`pack_format` in a resource pack) as soon as possible. In order to generate resources compliant with a specific pack format, the latest version can be found below

Pack Format | Minimum Minecraft Version | Latest mcresources Version
---|---|---
8 | 1.18 | Latest
7 | 1.17 | 1.4.6
6 | 1.16.2 | 1.4.6
5 | 1.15 | 1.3.3
4 | 1.13 | 0.0.2

---

### [Documentation](https://github.com/alcatrazEscapee/mcresources/wiki)

The wiki (link above) is generated from the methods and docstring comments of the library itself using `./docs.py`, and will always be up-to-date with the latest version of the library.

