Bedrock Snippets

Custom Glass Block

View Source

custom_glass > rp > textures > terrain_texture.json

{
    "resource_pack_name": "snippets",
    "texture_name": "atlas.terrain",
    "padding": 8,
    "num_mip_levels": 4,
    "texture_data": {
        "custom_glass": {
            "textures": "textures/custom_glass/glass"
        }
    }
}
Copied to Clipboard