Bedrock Snippets

Custom Slime Block

View Source

custom_slime_block > rp > textures > terrain_texture.json

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