Metadata-Version: 2.4
Name: mcresources
Version: 1.7.4
Summary: A Python Data Generator for Minecraft Modding
Home-page: https://github.com/TerraFirmaCraft/mcresources
Author: EERussianguy
Author-email: eerussianguy@gmail.com
License: MIT
Keywords: python,minecraft,resources,modding,forge,neoforge
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

# Minecraft Resource Generator

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

### Data Format

Updates of this tool will track the format of the latest version of Minecraft. For each specific Minecraft version, the latest version of `mcresources`, targeting that version, can be found below:

| Minecraft Version | Latest mcresources Version |
|-------------------|----------------------------|
| 1.21              | Latest                     |
| 1.20              | 1.6.2                      |
| 1.18              | 1.5.11                     |
| 1.17              | 1.4.6                      |
| 1.16.2            | 1.4.6                      |
| 1.15              | 1.3.3                      |
| 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.
