Skip to content

Example Tables

mcfunction
data modify storage rcore:register tables append value {id: "example:my_table", tags: ['example'], nbt: {CustomModelData: 5, display: {Name: '{"translate": "block.example.my_table", "italic": false}'}}}
snbt
{
    id: "example:my_table",
    tags: [
        "example"
    ],
    nbt: {
        CustomModelData: 5,
        display: {
            Name: '{"translate": "block.example.my_table", "italic": false}'
        }
    }
}

Not associated with or approved by Mojang Studios or Microsoft