summaryrefslogtreecommitdiff
path: root/tests/examplefiles/snbt/main.snbt
blob: 760122d83b68b54834deeb67536456fcad07f9fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    display: {
        Name:'{"text":"My Epic Sword","color":"#8AA9FF","bold":true}',
        Lore:['{"text":"Yep"}']
    },
    Unbreakable: true,
    Damage: 20,
    Enchantments: [
        {id: "minecraft:sharpness", lvl:1s},
        {id: "minecraft:sweeping", lvl:20s}
    ],
    custom: {
        UUID: [I;459130179,987513928,-1425663264,-175461800],
        LongArray: [L; 112233L, 445566L],
        ByteArray: [B; 1b, 2b, 3b]
        Health: 10.0f,
        Pos: [
            1.2d,
            3.4d,
            5.6d
        ]
    }
}