Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alcatrazescapee/mcresources

An automatic resource creation tool for Minecraft 1.13+ Forge modding
https://github.com/alcatrazescapee/mcresources

Last synced: 2 months ago
JSON representation

An automatic resource creation tool for Minecraft 1.13+ Forge modding

Awesome Lists containing this project

README

        

# 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.