mcresources


Namemcresources JSON
Version 1.6.1 PyPI version JSON
download
home_pagehttps://github.com/alcatrazEscapee/mcresources
SummaryA Python Data Generator for Minecraft Modding
upload_time2023-06-25 17:37:21
maintainer
docs_urlNone
authorAlex O'Neill
requires_python
licenseMIT
keywords python minecraft resources modding forge
VCS
bugtrack_url
requirements atomicwrites attrs colorama iniconfig packaging pluggy py pyparsing pytest tomli
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.20              | Latest                     |
| 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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,minecraft,resources,modding,forge",
    "author": "Alex O'Neill",
    "author_email": "alex@molleroneill.com",
    "download_url": "https://files.pythonhosted.org/packages/92/f1/e5911b018953203042a41fc59fea834df69c32b00fca4908f78e647a93be/mcresources-1.6.1.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.20              | Latest                     |\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.6.1",
    "project_urls": {
        "Homepage": "https://github.com/alcatrazEscapee/mcresources"
    },
    "split_keywords": [
        "python",
        "minecraft",
        "resources",
        "modding",
        "forge"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "408f08a079082df07475322423b5f7942701c6efde16fcb7ebce1a82cfca202f",
                "md5": "31a2cfd251ac7bc9a424918c2726c584",
                "sha256": "7736b5c5f0b8ab583390a02a41830443e1eaebd55bb2ba193f3ebe9453f15fff"
            },
            "downloads": -1,
            "filename": "mcresources-1.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31a2cfd251ac7bc9a424918c2726c584",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27695,
            "upload_time": "2023-06-25T17:37:20",
            "upload_time_iso_8601": "2023-06-25T17:37:20.335596Z",
            "url": "https://files.pythonhosted.org/packages/40/8f/08a079082df07475322423b5f7942701c6efde16fcb7ebce1a82cfca202f/mcresources-1.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92f1e5911b018953203042a41fc59fea834df69c32b00fca4908f78e647a93be",
                "md5": "2aa26018c9e162850ca2f148cd5a2cf9",
                "sha256": "7381fc86feb18633ff6c5cd594a6c8d24061fff5d6c233012e9114581bc9a8d8"
            },
            "downloads": -1,
            "filename": "mcresources-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2aa26018c9e162850ca2f148cd5a2cf9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23196,
            "upload_time": "2023-06-25T17:37:21",
            "upload_time_iso_8601": "2023-06-25T17:37:21.995788Z",
            "url": "https://files.pythonhosted.org/packages/92/f1/e5911b018953203042a41fc59fea834df69c32b00fca4908f78e647a93be/mcresources-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-25 17:37:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alcatrazEscapee",
    "github_project": "mcresources",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "atomicwrites",
            "specs": [
                [
                    "==",
                    "1.4.0"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    "==",
                    "21.4.0"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "1.1.1"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "21.3"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "py",
            "specs": [
                [
                    "==",
                    "1.11.0"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "3.0.9"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.2.1"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        }
    ],
    "lcname": "mcresources"
}
        
Elapsed time: 0.08791s