#How to change 2nd pattern layer texture in chest ui form?

1 messages · Page 1 of 1 (latest)

proper idol
#
.pattern([
            'xxxxxxxxx',
            'xxx___xxx',
            'xx_____xx',
            ‘xxx___xxx’,
            ‘xxxxxxxxx’,
        ], {
            x: { itemName: 'Pattern', itemDesc: ['§7A Pattern'], enchanted: true, stackAmount: 1, texture: 'minecraft:red_stained_glass_pane' },
        })

I need to change some patterns color to the different like ‘minecraft:orange_stained_glass_pane’ someone knows how to do it?

proper idol
#

like that

noble imp
# proper idol
.pattern([
            'xxxyyyxxx',
            'xxy___yxx',
            'xy_____yx',
            'xxy___yxx',
            'xxxyyyxxx',
        ], {
            x: { itemName: 'Pattern', itemDesc: ['§7A Pattern'], enchanted: true, stackAmount: 1, texture: 'minecraft:red_stained_glass_pane' },
            y: { itemName: 'Pattern', itemDesc: ['§7A Pattern'], enchanted: true, stackAmount: 1, texture: 'minecraft:stained_glass_pane' },
        })
steady charm
#

is a valid character tho...

#

' " ` these are common string chars

noble imp
#

did i use it?

steady charm
#

nah

#

but it's in the code ‘xxy___yxx’

noble imp
#

yeah
i did see that

proper idol
vivid coral
#

like you might have an arabian keyboard

#

and had that symbol

steady charm