EnvyWare / EnvyCrates

Pure Forge crates mod
MIT License
0 stars 1 forks source link

Certain Sprites not being loaded, instead shows PokeBall #2

Closed lankyboy01 closed 1 year ago

lankyboy01 commented 1 year ago

Using the exact same NBT format as the other pokemon that have their sprites showing.

    "nbt": {
        "ndex": {
            "type": "short",
            "data": 893,
            "subData": {}
        },
        "gender": {
            "type": "byte",
            "data": 1,
            "subData": {}
        },
        "form": {
            "type": "string",
            "data": "",
            "subData": {}
        },
        "palette": {
            "type": "string",
            "data": "none",
            "subData": {}
        }
    }

Worked for Zarude ^

    "nbt": {
        "ndex": {
            "type": "short",
            "data": 889,
            "subData": {}
        },
        "gender": {
            "type": "byte",
            "data": 1,
            "subData": {}
        },
        "form": {
            "type": "string",
            "data": "",
            "subData": {}
        },
        "palette": {
            "type": "string",
            "data": "none",
            "subData": {}
        }
    }

Did not work for zamazenta and others in exact same format as zarude ^

Screenshot 2022-11-23 140853

danorris709 commented 1 year ago

zamazenta doesn't have a form with blank name