#[1.0.1] (1.16.5) Pixelmon Overlay - Custom NBT Items?

1 messages · Page 1 of 1 (latest)

foggy brook
#

Hi, I want to put a master ball in the pixelmon overlay but it requires special nbt data. What is the proper formatting to add it in to the config?

amber finchBOT
foggy brook
#

Oh nvm - master balls dont need nbt, but im still curious if there is a way to do it for future items

worldly epoch
#
        form:
            type: string
            data: ''
            sub-data: {}
        gender:
            type: byte
            data: '0'
            sub-data: {}
        ndex:
            type: short
            data: '%dex_number%'
            sub-data: {}
        palette:
            type: string
            data: shiny
            sub-data: {}

Sprite

#
        nbt:
            PokeBallID:
                type: string
                data: shiny ball
                sub-data: {}```

Ball