mcresources


Namemcresources JSON
Version 1.7.2 PyPI version JSON
download
home_pagehttps://github.com/alcatrazEscapee/mcresources
SummaryA Python Data Generator for Minecraft Modding
upload_time2024-08-02 00:04:24
maintainerNone
docs_urlNone
authorAlex O'Neill
requires_pythonNone
licenseMIT
keywords python minecraft resources modding forge
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alcatrazEscapee/mcresources",
    "name": "mcresources",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, minecraft, resources, modding, forge",
    "author": "Alex O'Neill",
    "author_email": "alex@molleroneill.com",
    "download_url": "https://files.pythonhosted.org/packages/70/5b/c3851f036bc40fa641dde117068f31f158db39dd3164f6422f28338475c8/mcresources-1.7.2.tar.gz",
    "platform": null,
    "description": "# Minecraft Resource Generator\n\nThis is a python module aimed to enable simple generation of the many json files that are required for Minecraft modding.\n\n### Data Format\n\nUpdates 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:\n\n| Minecraft Version | Latest mcresources Version |\n|-------------------|----------------------------|\n| 1.21              | Latest                     |\n| 1.20              | 1.6.2                      |\n| 1.18              | 1.5.11                     |\n| 1.17              | 1.4.6                      |\n| 1.16.2            | 1.4.6                      |\n| 1.15              | 1.3.3                      |\n| 1.13              | 0.0.2                      |\n\n---\n\n### [Documentation](https://github.com/alcatrazEscapee/mcresources/wiki)\n\nThe 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.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python Data Generator for Minecraft Modding",
    "version": "1.7.2",
    "project_urls": {
        "Homepage": "https://github.com/alcatrazEscapee/mcresources"
    },
    "split_keywords": [
        "python",
        " minecraft",
        " resources",
        " modding",
        " forge"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4bb6682207ac1891648003dd5210ae20794844b2cd8e23619f25e55b995094b",
                "md5": "d58645be44384b1f448964ed24bdc20c",
                "sha256": "1f5c48179ad83a02424e4da12e0d31f9597c0f29c6434767d0198f7c3d65b780"
            },
            "downloads": -1,
            "filename": "mcresources-1.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d58645be44384b1f448964ed24bdc20c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28625,
            "upload_time": "2024-08-02T00:04:22",
            "upload_time_iso_8601": "2024-08-02T00:04:22.733999Z",
            "url": "https://files.pythonhosted.org/packages/a4/bb/6682207ac1891648003dd5210ae20794844b2cd8e23619f25e55b995094b/mcresources-1.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "705bc3851f036bc40fa641dde117068f31f158db39dd3164f6422f28338475c8",
                "md5": "f449a426b9bd1c2c66b01b2245cbf9be",
                "sha256": "07831cd67f0de7de815859e931467094814228da73c377f24e7616110446d6ac"
            },
            "downloads": -1,
            "filename": "mcresources-1.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f449a426b9bd1c2c66b01b2245cbf9be",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28476,
            "upload_time": "2024-08-02T00:04:24",
            "upload_time_iso_8601": "2024-08-02T00:04:24.496261Z",
            "url": "https://files.pythonhosted.org/packages/70/5b/c3851f036bc40fa641dde117068f31f158db39dd3164f6422f28338475c8/mcresources-1.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 00:04:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alcatrazEscapee",
    "github_project": "mcresources",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "mcresources"
}
        
Elapsed time: 2.77888s